Closed AlexReimann closed 2 years ago
The -ftlo can lead to issues when linking for system libraries compiled with a different compiler version.
See #227
If the flag is not part of PY_CFLAGS it has no effects (tested with cmake version 3.10.2).
PY_CFLAGS
The -ftlo can lead to issues when linking for system libraries compiled with a different compiler version.
See #227
If the flag is not part of
PY_CFLAGS
it has no effects (tested with cmake version 3.10.2).