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 martin.panter
Recipients benjamin.peterson, martin.panter, serhiy.storchaka, skrah, vstinner, ztane
Date 2016-09-10.07:04:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473491096.53.0.279985845097.issue23545@psf.upfronthosting.co.za>
In-reply-to
Content
Can one of the -Wall flags be dropped? What is the difference between $OPT and $CFLAGS_NODIST?

gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes    -std=c99 -Wall -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers   -I. -IInclude -I./Include    -DPy_BUILD_CORE -o Programs/python.o ./Programs/python.c
History
Date User Action Args
2016-09-10 07:04:56martin.pantersetrecipients: + martin.panter, vstinner, benjamin.peterson, skrah, serhiy.storchaka, ztane
2016-09-10 07:04:56martin.pantersetmessageid: <1473491096.53.0.279985845097.issue23545@psf.upfronthosting.co.za>
2016-09-10 07:04:56martin.panterlinkissue23545 messages
2016-09-10 07:04:56martin.pantercreate