From f4fee4d6c062b6ab4aa46bf2d942a4bff3481e05 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 15 Apr 2021 23:08:05 +0300 Subject: Make build scripts to create hermetic configurations --- UPGRADE.cli | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'UPGRADE.cli') diff --git a/UPGRADE.cli b/UPGRADE.cli index b51f538..202a2a6 100644 --- a/UPGRADE.cli +++ b/UPGRADE.cli @@ -199,11 +199,13 @@ For UNIX-like operating systems (GNU/Linux, Mac OS X, FreeBSD, etc): \ $ bpkg-stage create \ cc \ +config.config.hermetic=true \ config.cxx=g++ \ config.cc.coptions=-O3 \ config.bin.lib=shared \ config.bin.rpath=/usr/local/lib \ config.install.root=/usr/local \ +config.install.private=build2 \ config.install.sudo=sudo \ @@ -213,6 +215,7 @@ Prompt\"): \ > bpkg-stage create ^ cc ^ + config.config.hermetic=true ^ config.cxx=cl ^ config.cc.coptions=/O2 ^ config.bin.lib=shared ^ @@ -225,6 +228,7 @@ 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.bin.lib=shared ^ @@ -236,6 +240,7 @@ For Windows with MinGW (from the command prompt): \ > bpkg-stage create ^ cc ^ + config.config.hermetic=true ^ config.cxx=g++ ^ config.cc.coptions=-O3 ^ config.bin.lib=shared ^ -- cgit v1.1