New submission from Christoph Reiter <reiter.christ...@gmail.com>:

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?

----------
components: Distutils
messages: 314593
nosy: dstufft, eric.araujo, lazka
priority: normal
severity: normal
status: open
title: distutils build/build_ext and --debug

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33168>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to