mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Write configure message to AS_MESSAGE_FD
This commit is contained in:
commit
ae0fa7ee6c
3 changed files with 4 additions and 4 deletions
2
configure
vendored
2
configure
vendored
|
@ -17876,7 +17876,7 @@ mv config.c Modules
|
|||
if test "$Py_OPT" = 'false' -a "$Py_DEBUG" != 'true'; then
|
||||
echo "" >&6
|
||||
echo "" >&6
|
||||
echo "If you want a release build with all optimizations active (LTO, PGO, etc),"
|
||||
echo "If you want a release build with all optimizations active (LTO, PGO, etc)," >&6
|
||||
echo "please run ./configure --with-optimizations" >&6
|
||||
echo "" >&6
|
||||
echo "" >&6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue