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.
abseil
1 parent 8b76ff3 commit bc7b74eCopy full SHA for bc7b74e
.bazelrc
@@ -55,6 +55,11 @@ query --@aspect_rules_ts//ts:default_to_tsc_transpiler
55
56
build --incompatible_strict_action_env
57
58
+# Required to get `protobuf` compiling, which is required for `rules_closure`
59
+build --incompatible_enable_cc_toolchain_resolution
60
+build --cxxopt=-std=c++14
61
+build --host_cxxopt=-std=c++14
62
+
63
# For build stamping
64
65
build --enable_platform_specific_config
0 commit comments