Message314593
| Author | lazka |
|---|---|
| Recipients | dstufft, eric.araujo, lazka |
| Date | 2018-03-28.14:21:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1522246881.58.0.467229070634.issue33168@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The distutils "build" and "build_ext" commands provide a "--debug" option to enable building with debug information. But this option doesn't have any affect because the default CFLAGS contain "-g" (python3-config --cflags) so debug information is always included and "-g0" isn't passed if debug is False. Is this intentional? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-03-28 14:21:21 | lazka | set | recipients: + lazka, eric.araujo, dstufft |
| 2018-03-28 14:21:21 | lazka | set | messageid: <1522246881.58.0.467229070634.issue33168@psf.upfronthosting.co.za> |
| 2018-03-28 14:21:21 | lazka | link | issue33168 messages |
| 2018-03-28 14:21:21 | lazka | create | |