diff options
Diffstat (limited to 'BOOTSTRAP-WINDOWS-MINGW.cli')
-rw-r--r-- | BOOTSTRAP-WINDOWS-MINGW.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BOOTSTRAP-WINDOWS-MINGW.cli b/BOOTSTRAP-WINDOWS-MINGW.cli index f8385c3..39c2581 100644 --- a/BOOTSTRAP-WINDOWS-MINGW.cli +++ b/BOOTSTRAP-WINDOWS-MINGW.cli @@ -77,7 +77,7 @@ compile options; run \c{bootstrap-mingw.bat /?} and see the \ > cd build2 -> .\bootstrap-mingw.bat g++ -static +> .\bootstrap-mingw.bat g++ -w -static > build2\b-boot --version \ @@ -87,7 +87,7 @@ in parallel: \ > cd build2 -> mingw32-make -f bootstrap.gmake -j 8 CXX=g++ LDFLAGS=-static +> mingw32-make -f bootstrap.gmake -j 8 CXX=g++ CXXFLAGS=-w LDFLAGS=-static > build2\b-boot --version \ |