From 4d102f5d28e7f5406da3292a1f5f4f369dd05031 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Jun 2023 13:27:21 +0200 Subject: Disable all warnings during bootstrap stage 1 --- BOOTSTRAP-UNIX.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BOOTSTRAP-UNIX.cli') diff --git a/BOOTSTRAP-UNIX.cli b/BOOTSTRAP-UNIX.cli index 1023ca2..aee6fd9 100644 --- a/BOOTSTRAP-UNIX.cli +++ b/BOOTSTRAP-UNIX.cli @@ -118,7 +118,7 @@ file for details. \ $ cd build2 -$ ./bootstrap.sh g++ +$ ./bootstrap.sh g++ -w $ build2/b-boot --version \ @@ -128,7 +128,7 @@ in parallel: \ $ cd build2 -$ make -f bootstrap.gmake -j 8 CXX=g++ +$ make -f bootstrap.gmake -j 8 CXX=g++ CXXFLAGS=-w $ build2/b-boot --version \ -- cgit v1.1