diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-23 10:04:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-23 10:04:21 +0200 |
commit | 19d5d451523823e05d44193ab3106c471d8ebc9d (patch) | |
tree | 473bbef02de3f2ce111dc3d3882c6c8a2649beb5 /UPGRADE.cli | |
parent | f28317cfa825b4e0cf6bfabb507e04e6397ad180 (diff) |
Redo build-clang.bat to pass -m64 as compiler mode options
Diffstat (limited to 'UPGRADE.cli')
-rw-r--r-- | UPGRADE.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADE.cli b/UPGRADE.cli index a1e8441..f5fcc65 100644 --- a/UPGRADE.cli +++ b/UPGRADE.cli @@ -236,8 +236,8 @@ For Windows with Clang (from a suitable command prompt, see > bpkg-stage create ^ cc ^ config.config.hermetic=true ^ - config.cxx=clang++ ^ - \"config.cc.coptions=-m64 -O2\" ^ + \"config.cxx=clang++ -m64\" ^ + config.cc.coptions=-O2 ^ config.bin.lib=shared ^ config.install.root=C:\build2 \ |