homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aleb
Recipients aleb
Date 2015年05月03日.07:14:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430637278.73.0.597162622661.issue24116@psf.upfronthosting.co.za>
In-reply-to
Content
This is how I configure and build:
$ ./configure --prefix=/usr \
 --with-threads \
 --with-computed-gotos \
 --enable-ipv6 \
 --with-system-expat \
 --with-dbmliborder=gdbm:ndbm \
 --with-system-ffi \
 --with-system-libmpdec \
 --enable-loadable-sqlite-extensions \
 --without-ensurepip \
 --with-pydebug
$ make "CFLAGS=-g -fno-inline -fno-strict-aliasing -O0"
...
gcc -pthread -c -Wno-unused-result -g -O0 -Wall -Wstrict-prototypes -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fno-inline -fno-strict-aliasing -O0 -Werror=declaration-after-statement -I. -IInclude -I./Include -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
...
gcc -pthread -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Xlinker -export-dynamic -o python Modules/python.o libpython3.4dm.a -lpthread -ldl -lutil -lm 
Notice the specified CFLAGS are used when building "-o Modules/python.o" for example (as many others), but are not used when building the "-o python" binary.
History
Date User Action Args
2015年05月03日 07:14:38alebsetrecipients: + aleb
2015年05月03日 07:14:38alebsetmessageid: <1430637278.73.0.597162622661.issue24116@psf.upfronthosting.co.za>
2015年05月03日 07:14:38aleblinkissue24116 messages
2015年05月03日 07:14:37alebcreate

AltStyle によって変換されたページ (->オリジナル) /