From 19d5d451523823e05d44193ab3106c471d8ebc9d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 23 Jun 2023 10:04:21 +0200 Subject: Redo build-clang.bat to pass -m64 as compiler mode options --- UPGRADE.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UPGRADE.cli') 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 \ -- cgit v1.1