Skip to content

Commit bc7b74e

Browse files
committed
Add flags to get abseil compiling
1 parent 8b76ff3 commit bc7b74e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.bazelrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ query --@aspect_rules_ts//ts:default_to_tsc_transpiler
5555

5656
build --incompatible_strict_action_env
5757

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+
5863
# For build stamping
5964

6065
build --enable_platform_specific_config

0 commit comments

Comments
 (0)