diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-04-15 23:08:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-04-16 14:23:20 +0300 |
commit | f4fee4d6c062b6ab4aa46bf2d942a4bff3481e05 (patch) | |
tree | acc176c8117e576b85c131925eae633276466005 /build-clang.bat.in | |
parent | b1eb22d92f9a53a00d9d0c5b922aac861500e386 (diff) |
Make build scripts to create hermetic configurations
Diffstat (limited to 'build-clang.bat.in')
-rw-r--r-- | build-clang.bat.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-clang.bat.in b/build-clang.bat.in index 5df2af7..02fb49f 100644 --- a/build-clang.bat.in +++ b/build-clang.bat.in @@ -451,6 +451,7 @@ cd .. @if "_%local%_" == "__" goto stage build2\build2\b-boot %verbose% configure^ + config.config.hermetic=true^ config.cxx=%cxx%^ "config.cc.coptions=-m64 -O2"^ config.bin.lib=shared^ @@ -571,6 +572,7 @@ cd %cdir% %bpkg_stage% %verbose% create^ cc^ + config.config.hermetic=true^ config.cxx=%cxx%^ "config.cc.coptions=-m64 -O2"^ config.bin.lib=shared^ |