Message275832
| Author | serhiy.storchaka |
|---|---|
| Recipients | benjamin.peterson, martin.panter, python-dev, serhiy.storchaka, skrah, vstinner, ztane |
| Date | 2016-09-11.19:09:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473620952.74.0.0592737124311.issue23545@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
AFAIK $CFLAGS_NODIST is used only for compiling the core and standard modules, $OPT is included in $CFLAGS and also used for compiling third-party extensions. Since -Wall is already included in $OPT, there is no need of it in $CFLAGS_NODIST. Removed this part. Thank you for your review Martin. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-11 19:09:12 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, benjamin.peterson, skrah, python-dev, martin.panter, ztane |
| 2016-09-11 19:09:12 | serhiy.storchaka | set | messageid: <1473620952.74.0.0592737124311.issue23545@psf.upfronthosting.co.za> |
| 2016-09-11 19:09:12 | serhiy.storchaka | link | issue23545 messages |
| 2016-09-11 19:09:12 | serhiy.storchaka | create | |