[Python-Dev] What are these defines doing in OPT?

Neil Schemenauer nas@python.ca
Thu, 12 Jul 2001 08:18:09 -0700


Skip Montanaro wrote:
>     OPT=  -g -O2 -Wall -Wstrict-prototypes -Dss_family=__ss_family -Dss_len=__ss_len
> 
> What are those -D flags doing in OPT?  Shouldn't they be in CPPFLAGS or
> CFLAGS? 

IMHO, they should be in DEFS.  Any objections to moving them there?

  Neil