We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e2374 commit d931dd0Copy full SHA for d931dd0
.bazelrc
@@ -8,6 +8,11 @@ build:clang --action_env=BAZEL_COMPILER=clang
8
build:clang --action_env=CC=clang
9
build:clang --action_env=CXX=clang++
10
11
+# Use GCC compiler.
12
+build:gcc --action_env=BAZEL_COMPILER=gcc
13
+build:gcc --action_env=CC=gcc
14
+build:gcc --action_env=CXX=g++
15
+
16
# Use Zig C/C++ compiler.
17
build:zig-cc --incompatible_enable_cc_toolchain_resolution
18
build:zig-cc --extra_toolchains @zig_sdk//:aarch64-linux-gnu.2.28_toolchain
0 commit comments