diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-06 16:06:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-06 16:06:33 +0200 |
commit | 05f52ca1a68e13e9b69da45811f387889e4e4398 (patch) | |
tree | 0641d55cc0fa7633f4455f74d00b86a5943a360d /UPGRADE.cli | |
parent | 04de64fde20a0eb501ae60c1138b4e322671bc2b (diff) |
Remove explicit config.bin.lib=shared from bootstrap, we don't really need
Diffstat (limited to 'UPGRADE.cli')
-rw-r--r-- | UPGRADE.cli | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/UPGRADE.cli b/UPGRADE.cli index bae07a9..15e37e1 100644 --- a/UPGRADE.cli +++ b/UPGRADE.cli @@ -165,7 +165,6 @@ $ bpkg-stage create \ cc \ config.cxx=g++ \ config.cc.coptions=-O3 \ -config.bin.lib=shared \ config.bin.rpath=/usr/local/lib \ config.install.root=/usr/local \ config.install.sudo=sudo @@ -178,7 +177,6 @@ For Windows with MSVC (from the Visual Studio command prompt): cc ^ config.cxx=cl ^ \"config.cc.coptions=/O2 /Oi\" ^ - config.bin.lib=shared ^ config.install.root=C:\build2 \ @@ -189,7 +187,6 @@ For Windows with MinGW (from the command prompt): cc ^ config.cxx=g++ ^ config.cc.coptions=-O3 ^ - config.bin.lib=shared ^ config.install.root=C:\build2 \ " |