Add a config option to suppress all compiler warnings.
PiperOrigin-RevId: 251261751
This commit is contained in:
parent
5085774f0f
commit
08dfb5c747
3
.bazelrc
3
.bazelrc
@ -121,6 +121,9 @@ build --define=PREFIX=/usr
|
|||||||
build --define=LIBDIR=$(PREFIX)/lib
|
build --define=LIBDIR=$(PREFIX)/lib
|
||||||
build --define=INCLUDEDIR=$(PREFIX)/include
|
build --define=INCLUDEDIR=$(PREFIX)/include
|
||||||
|
|
||||||
|
# Suppress all warning messages.
|
||||||
|
build:short_logs --output_filter=DONT_MATCH_ANYTHING
|
||||||
|
|
||||||
# Default options should come above this line
|
# Default options should come above this line
|
||||||
|
|
||||||
# Options from ./configure
|
# Options from ./configure
|
||||||
|
Loading…
Reference in New Issue
Block a user