From c30dedcdca8d33bc66f225468cc6453f489df73d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 18 Jul 2020 10:16:38 +0200 Subject: Minor fix in manual --- doc/manual.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/manual.cli') 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 \ -- cgit v1.1