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.sh.in | |
parent | b1eb22d92f9a53a00d9d0c5b922aac861500e386 (diff) |
Make build scripts to create hermetic configurations
Diffstat (limited to 'build.sh.in')
-rw-r--r-- | build.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh.in b/build.sh.in index fd8a724..8bd0d3a 100644 --- a/build.sh.in +++ b/build.sh.in @@ -514,6 +514,7 @@ run cd .. if test "$local" = true; then run build2/build2/b-boot $verbose configure \ +config.config.hermetic=true \ config.cxx="$cxx" \ config.cc.coptions="$*" \ config.bin.lib=shared \ @@ -601,6 +602,7 @@ cdir="$(pwd)" # Save full path for later. run "$bpkg_stage" $verbose create \ cc \ +config.config.hermetic=true \ config.cxx="$cxx" \ config.cc.coptions="$*" \ config.bin.lib=shared \ |