We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908e5ec commit 6bbba4bCopy full SHA for 6bbba4b
docs/MemorySanitizer.rst
@@ -27,7 +27,7 @@ executable, so make sure to use ``clang`` (not ``ld``) for the final
27
link step. When linking shared libraries, the MemorySanitizer run-time
28
is not linked, so ``-Wl,-z,defs`` may cause link errors (don't use it
29
with MemorySanitizer). To get a reasonable performance add ``-O1`` or
30
-higher. To get meaninful stack traces in error messages add
+higher. To get meaningful stack traces in error messages add
31
``-fno-omit-frame-pointer``. To get perfect stack traces you may need
32
to disable inlining (just use ``-O1``) and tail call elimination
33
(``-fno-optimize-sibling-calls``).
0 commit comments