Skip to content

Commit 69d1659

Browse files
Update configure.ac
Co-authored-by: Adam Turner <[email protected]>
1 parent a3db02c commit 69d1659

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configure.ac

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1826,7 +1826,9 @@ if test "$Py_OPT" = 'true' ; then
18261826
# Check for conflicting CFLAGS=-O0 and --enable-optimizations
18271827
case "$CFLAGS" in
18281828
*-O0*)
1829-
AC_MSG_WARN([CFLAGS contains -O0 which may conflict with --enable-optimizations. Consider removing -O0 from CFLAGS for optimal performance.])
1829+
AC_MSG_WARN([CFLAGS contains -O0 which may conflict with \
1830+
--enable-optimizations. Consider removing -O0 from CFLAGS \
1831+
for optimal performance.])
18301832
;;
18311833
esac
18321834
# Intentionally not forcing Py_LTO='true' here. Too many toolchains do not

0 commit comments

Comments
 (0)