d768f2f3b1
Support STAGE aox builds with GCC on 8.x and 9.x, clang on 10.0+ Sponsored by: SupraNet Communications, Inc
11 lines
309 B
Text
11 lines
309 B
Text
--- ./Jamrules.orig 2014-03-06 13:45:47.495401383 -0600
|
|
+++ ./Jamrules 2014-03-06 13:46:02.417400626 -0600
|
|
@@ -35,7 +35,7 @@
|
|
}
|
|
else {
|
|
C++ = g++ ;
|
|
- C++FLAGS += -W -Wall -Wno-unused-result ;
|
|
+ C++FLAGS += -W -Wall ;
|
|
BUILD = build/gcc ;
|
|
if $(OPTIM) {
|
|
BUILD = build/gcc$(OPTIM) ;
|