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 a41d806 commit 05b8dfeCopy full SHA for 05b8dfe
1 file changed
examples/bzlmod/.bazelrc
@@ -10,8 +10,8 @@ common --lockfile_mode=update
10
# https://bazel.build/reference/command-line-reference#common_options-flag--enable_platform_specific_config
11
common --enable_platform_specific_config
12
13
-common:windows --cxxopt=/std=c++17
14
-common:windows --host_cxxopt=/std=c++17
+common:windows --cxxopt=/std:c++17
+common:windows --host_cxxopt=/std:c++17
15
common:linux --cxxopt=-std=c++17
16
common:linux --host_cxxopt=-std=c++17
17
common:macos --cxxopt=-std=c++17
0 commit comments