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 3375282 commit 757891eCopy full SHA for 757891e
Doc/using/configure.rst
@@ -518,6 +518,15 @@ also be used to improve performance.
518
GCC is used: add ``-fno-semantic-interposition`` to the compiler and linker
519
flags.
520
521
+ .. note::
522
+
523
+ During the build, you may encounter compiler warnings about
524
+ profile data not being available for some source files.
525
+ These warnings are harmless, as only a subset of the code is exercised
526
+ during profile data acquisition.
527
+ To disable these warnings on Clang, manually suppress them by adding
528
+ ``-Wno-profile-instr-unprofiled`` to :envvar:`CFLAGS`.
529
530
.. versionadded:: 3.6
531
532
.. versionchanged:: 3.10
0 commit comments