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 c72d01c commit 72c3bfbCopy full SHA for 72c3bfb
clang/docs/UsersManual.rst
@@ -2861,7 +2861,9 @@ usual build cycle when using sample profilers for optimization:
2861
that executes faster than the original one. Note that you are not
2862
required to build the code with the exact same arguments that you
2863
used in the first step. The only requirement is that you build the code
2864
- with the same debug info options and ``-fprofile-sample-use``.
+ with the same debug info options and ``-fprofile-sample-use``. ``-gdwarf``
2865
+ and ``-gline-tables-only`` can be omitted if you do not need debug info
2866
+ in the final binary.
2867
2868
On Linux:
2869
0 commit comments