We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1396b5d commit a02829cCopy full SHA for a02829c
.bazelrc
@@ -6,6 +6,9 @@ build --action_env=CC
6
build --action_env=CXX
7
build --action_env=PATH
8
9
+# Tolerate deprecation warnings in v8
10
+build --per_file_copt='external/v8/.*@-Wno-deprecated-declarations'
11
+
12
# Use Clang compiler.
13
build:clang --action_env=BAZEL_COMPILER=clang
14
build:clang --action_env=CC=clang
0 commit comments