[issue11667] 'configure' script overrides users setting of CFLAGS

2011-03-28 Thread David Kirkby
David Kirkby added the comment: Yes, I think this could do with being documented, as it is not obvious. Generally one would expect CFLAGS to do this, and not OPT. -- ___ Python tracker ___

[issue11667] 'configure' script overrides users setting of CFLAGS

2011-03-25 Thread Éric Araujo
Éric Araujo added the comment: Is this worth a README or doc update? -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-lis

[issue11667] 'configure' script overrides users setting of CFLAGS

2011-03-25 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue11667] 'configure' script overrides users setting of CFLAGS

2011-03-25 Thread David Kirkby
David Kirkby added the comment: Thank you. That solved it, so you can close this. -- status: pending -> open ___ Python tracker ___ _

[issue11667] 'configure' script overrides users setting of CFLAGS

2011-03-25 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: You should override the OPT variable as well. I tried: $ CFLAGS="" OPT="-fwrapv -O3 -Wall" ./configure Then "make" shows lines like: gcc -pthread -c -fno-strict-aliasing -DNDEBUG -fwrapv -O3 -Wall -I. -IInclude -I./Include -DPy_BUILD_CORE -o Module

[issue11667] 'configure' script overrides users setting of CFLAGS

2011-03-24 Thread David Kirkby
New submission from David Kirkby : I'm trying to build a version of Python *without* debugging information. The reason for me wanting to do this is because there is a bug which is either in gcc or AIX , that prevents recently patched versions of AIX building code where there are static variabl