diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-04-07 02:20:59 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-04-07 02:20:59 +0000 |
commit | baa1836edc685a4cf85231fb10605fe218baf0cf (patch) | |
tree | 46e6d993acdcbe807efca7c53c9b00611a72b39a /gnu | |
parent | 627e043dba3ed6bd6744f9a9e4f904d6e82cdc0e (diff) |
regen
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/clang/clang/clang.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/clang/clang/clang.1 b/gnu/usr.bin/clang/clang/clang.1 index c0422166ceb..869c1b5be22 100644 --- a/gnu/usr.bin/clang/clang/clang.1 +++ b/gnu/usr.bin/clang/clang/clang.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "CLANG" "1" "Jan 22, 2018" "5" "Clang" +.TH "CLANG" "1" "Apr 07, 2018" "6" "Clang" .SH NAME clang \- the Clang C, C++, and Objective-C compiler . @@ -311,9 +311,9 @@ best at \fI\%\-O0\fP\&. When more than one option starting with \fI\-g\fP is specified, the last one wins: .INDENT 7.0 .INDENT 3.5 -\fI\%\-g\fP Generate debug information. +\fB\-g\fP Generate debug information. .sp -\fI\%\-gline\-tables\-only\fP Generate only line table debug information. This +\fB\-gline\-tables\-only\fP Generate only line table debug information. This allows for symbolicated backtraces with inlining information, but does not include any information about variables, their locations or types. .sp @@ -344,7 +344,7 @@ needed by a module and could be replaced with a forward declaration. Further, Clang will only emit type info for a dynamic C++ class in the module that contains the vtable for the class. .sp -The \fI\%\-fstandalone\-debug\fP option turns off these optimizations. +The \fB\-fstandalone\-debug\fP option turns off these optimizations. This is useful when working with 3rd\-party libraries that don\(aqt come with debug information. This is the default on Darwin. Note that Clang will never emit type information for types that are not referenced at all by the |