diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-18 10:16:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-18 11:57:54 +0200 |
commit | c30dedcdca8d33bc66f225468cc6453f489df73d (patch) | |
tree | 9fec5d95574a68efd3a0fb5fd92292e34483c212 /doc/manual.cli | |
parent | 47d5b304235c5b1f409b01cab95a2191eac5a230 (diff) |
Minor fix in manual
Diffstat (limited to 'doc/manual.cli')
-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 \ |