Thanks to visit codestin.com Credit goes to github.com
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 eb0bfb5 commit 556fb36Copy full SHA for 556fb36
Doc/using/configure.rst
@@ -302,6 +302,15 @@ also be used to improve performance.
302
GCC is used: add ``-fno-semantic-interposition`` to the compiler and linker
303
flags.
304
305
+ .. note::
306
+
307
+ During the build, you may encounter compiler warnings about
308
+ profile data not being available for some source files.
309
+ These warnings are harmless, as only a subset of the code is exercised
310
+ during profile data acquisition.
311
+ To disable these warnings on Clang, manually suppress them by adding
312
+ ``-Wno-profile-instr-unprofiled`` to :envvar:`CFLAGS`.
313
314
.. versionadded:: 3.6
315
316
.. versionchanged:: 3.10
0 commit comments