[issue38350] ./configure --with-pydebug should use -O0 rather than -Og

Charalampos Stratakis report at bugs.python.org
Wed Oct 2 21:18:28 EDT 2019


Charalampos Stratakis <cstratak at redhat.com> added the comment:

Do note though that if the -D_FORTIFY_SOURCE=2 hardening flag is used, the compilation will fail with an optimization level less than -Og.

Haven't tried yet with -D_FORTIFY_SOURCE=1 to see if it works with -O0.

----------
nosy: +cstratak

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38350>
_______________________________________


More information about the Python-bugs-list mailing list