We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3db02c commit 69d1659Copy full SHA for 69d1659
configure.ac
@@ -1826,7 +1826,9 @@ if test "$Py_OPT" = 'true' ; then
1826
# Check for conflicting CFLAGS=-O0 and --enable-optimizations
1827
case "$CFLAGS" in
1828
*-O0*)
1829
- AC_MSG_WARN([CFLAGS contains -O0 which may conflict with --enable-optimizations. Consider removing -O0 from CFLAGS for optimal performance.])
+ AC_MSG_WARN([CFLAGS contains -O0 which may conflict with \
1830
+ --enable-optimizations. Consider removing -O0 from CFLAGS \
1831
+ for optimal performance.])
1832
;;
1833
esac
1834
# Intentionally not forcing Py_LTO='true' here. Too many toolchains do not
0 commit comments