diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-18 10:20:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-18 10:20:59 +0200 |
commit | 7e58023f748a486effe834ad99ab7db20f200045 (patch) | |
tree | a737e2d35f6fa91353e69d15874500f8386e3de0 /UPGRADE.cli | |
parent | b131f2e5263c8395ae491b68ce93317265bc24af (diff) |
Lower optimization level for Clang targeting MSVC to -O2
See Clang bug #45021 for details.
Diffstat (limited to 'UPGRADE.cli')
-rw-r--r-- | UPGRADE.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADE.cli b/UPGRADE.cli index d76eb41..7b15afd 100644 --- a/UPGRADE.cli +++ b/UPGRADE.cli @@ -203,7 +203,7 @@ For Windows with Clang (from a suitable command prompt, see > bpkg-stage create ^ cc ^ config.cxx=clang++ ^ - \"config.cc.coptions=-m64 -O3\" ^ + \"config.cc.coptions=-m64 -O2\" ^ config.bin.lib=shared ^ config.install.root=C:\build2 \ |