Message 275586 - Python tracker (original) (raw)

Message275586

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 OPTandOPT and OPTandCFLAGS_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:56 martin.panter set recipients: + martin.panter, vstinner, benjamin.peterson, skrah, serhiy.storchaka, ztane
2016-09-10 07:04:56 martin.panter set messageid: 1473491096.53.0.279985845097.issue23545@psf.upfronthosting.co.za
2016-09-10 07:04:56 martin.panter link issue23545 messages
2016-09-10 07:04:56 martin.panter create