[issue38980] Compile libpython with -fno-semantic-interposition

Gregory P. Smith report at bugs.python.org
Thu Jul 2 16:05:45 EDT 2020


Gregory P. Smith <greg at krypto.org> added the comment:

Yes this should become part of --with-optimizations when building on a platform using a compiler that (a) supports it and (b) where it matters.

If this is only relevant on --enable-shared builds (not the default), i'd assume also make it conditional on that.

I never use --enable-shared builds myself.

----------
nosy: +gregory.p.smith

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


More information about the Python-bugs-list mailing list