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.
2 parents 42d7ee7 + 93358c2 commit c1161ceCopy full SHA for c1161ce
.bazelrc
@@ -81,9 +81,9 @@ build:zig-cc-linux-aarch64 --test_env=QEMU_LD_PREFIX=/usr/aarch64-linux-gnu/
81
build --enable_platform_specific_config
82
83
# Use C++20.
84
-build:linux --cxxopt=-std=c++20
85
-build:macos --cxxopt=-std=c++20
86
-build:windows --cxxopt="/std:c++20"
+build:linux --cxxopt=-std=c++20 --host_cxxopt=-std=c++20
+build:macos --cxxopt=-std=c++20 --host_cxxopt=-std=c++20
+build:windows --cxxopt="/std:c++20" --host_cxxopt="/std:c++20"
87
88
# Enable symlinks and runfiles on Windows (enabled by default on other platforms).
89
startup --windows_enable_symlinks
0 commit comments