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 3626928 commit b51576bCopy full SHA for b51576b
Doc/using/configure.rst
@@ -552,6 +552,10 @@ also be used to improve performance.
552
GCC is used: add ``-fno-semantic-interposition`` to the compiler and linker
553
flags.
554
555
+ Do not set ``-O0`` in :envvar:`CFLAGS` when using this option, as it doesn't
556
+ make sense to perform Profile Guided Optimization when no optimizations are
557
+ enabled.
558
+
559
.. note::
560
561
During the build, you may encounter compiler warnings about
0 commit comments