diff options
-rw-r--r-- | docs/MemorySanitizer.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/MemorySanitizer.rst b/docs/MemorySanitizer.rst index 7bf2136791..6ede1c36e0 100644 --- a/docs/MemorySanitizer.rst +++ b/docs/MemorySanitizer.rst @@ -34,6 +34,7 @@ to disable inlining (just use ``-O1``) and tail call elimination (``-fno-optimize-sibling-calls``). .. code-block:: console + % cat umr.cc #include <stdio.h> |