diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2017-06-23 06:07:52 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2017-06-23 06:07:52 +0000 |
commit | ea643b55a01e874ab334df7e024e632a2673dc26 (patch) | |
tree | 2e2a2b382757a357890975a9062ba0998441473d /share | |
parent | b4eec2098111f56cb4f3c4fc38fa837328b129ef (diff) |
i didn't know we had clang-local until reminded by jsg.
mention the disabling of ident strings.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man1/clang-local.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man1/clang-local.1 b/share/man/man1/clang-local.1 index 093d42cc847..a16499885cd 100644 --- a/share/man/man1/clang-local.1 +++ b/share/man/man1/clang-local.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clang-local.1,v 1.6 2017/06/06 09:42:09 jsg Exp $ +.\" $OpenBSD: clang-local.1,v 1.7 2017/06/23 06:07:51 tedu Exp $ .\" .\" Copyright (c) 2016 Pascal Stumpf <pascal@stumpf.co> .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: June 6 2017 $ +.Dd $Mdocdate: June 23 2017 $ .Dt CLANG-LOCAL 1 .Os .Sh NAME @@ -53,6 +53,10 @@ option is turned off by default unless .Fl Ofast has been selected. .It +.Nm clang +does not store its version string in objects. +There is no option to control this. +.It The .Fl pg flag is an alias of |