From 748531c892f76b83f8140e38e6b6ad0df622eedb Mon Sep 17 00:00:00 2001 From: Adrian Prantl <aprantl@apple.com> Date: Fri, 13 Jun 2014 21:31:55 +0000 Subject: [PATCH] Make these two words equally bold. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210938 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/UsersManual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst index 1f1b99a4bf9..d6e30bb92cf 100644 --- a/docs/UsersManual.rst +++ b/docs/UsersManual.rst @@ -1298,7 +1298,7 @@ below. If multiple flags are present, the last one is used. doesn't contain any other data (e.g. description of local variables or function parameters). -.. option:: -fstandalone-debug -fno-standalone-debug +.. option:: -fstandalone-debug **-fno-standalone-debug** Clang supports a number of optimizations to reduce the size of debug information in the binary. They work based on the assumption that -- GitLab