diff options
author | Pascal Stumpf <pascal@cvs.openbsd.org> | 2016-09-27 19:33:58 +0000 |
---|---|---|
committer | Pascal Stumpf <pascal@cvs.openbsd.org> | 2016-09-27 19:33:58 +0000 |
commit | 4b008618ec9fce106988c90c91bb3e584fa290cc (patch) | |
tree | a596c6d561e9cb731094ba8c62ca9d0eed57682f /share/man | |
parent | 4001848f730592f06b14baf227f1b4d612a231c0 (diff) |
Small nit from kettenis@: -fstrict-aliasing is turned on if -Ofast.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man1/clang-local.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man1/clang-local.1 b/share/man/man1/clang-local.1 index 80ae2095693..8229a477b10 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.1 2016/09/27 18:13:27 pascal Exp $ +.\" $OpenBSD: clang-local.1,v 1.2 2016/09/27 19:33:57 pascal Exp $ .\" .\" Copyright (c) 2016 Pascal Stumpf <pascal@stumpf.co> .\" @@ -49,7 +49,9 @@ to the linker. .It The .Fl fstrict-aliasing -option is turned off by default. +option is turned off by default unless +.Fl Ofast +has been selected. .It The .Fl pg |