diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 2d97327..03dc180 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -6286,7 +6286,7 @@ recommended approach is to discover any additional \c{cc1} options passed by to \c{clang}/\c{clang++}, potentially prefixed with \c{-Xclang}. For example: \ -b \"config.cxx=clang++ -fms-volatile ...\" +b \"config.cxx=clang++ -Xclang -fms-volatile ...\" \ Relevant additional options that are passed by \c{clang-cl} at the time of @@ -6295,7 +6295,7 @@ this writing: \ -fno-strict-aliasing -fstack-protector-strong --fms-volatile +-Xclang -fms-volatile -ffunction-sections \ |