On Mon, 01 Nov 2004 11:54:50 -0800, Justin Mason wrote
> BTW the default CFLAGS are coming from whatever perl was built with;
> so I'd be worried about bugs in your perl accordingly ;)

That's not where spamc is getting them.  They're hard-coded in the configure 
script:

ringbill# grep 'O2' -B1 spamc/configure
  if test "$GCC" = yes; then
    CFLAGS="-g -O2"
--
  if test "$GCC" = yes; then
    CFLAGS="-O2"

Reply via email to