Skip to content

Commit c1161ce

Browse files
committed
Merge branch 'use-cpp-20' into v8_v12.7.224.18
Signed-off-by: Michael Warres <[email protected]>
2 parents 42d7ee7 + 93358c2 commit c1161ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.bazelrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ build:zig-cc-linux-aarch64 --test_env=QEMU_LD_PREFIX=/usr/aarch64-linux-gnu/
8181
build --enable_platform_specific_config
8282

8383
# Use C++20.
84-
build:linux --cxxopt=-std=c++20
85-
build:macos --cxxopt=-std=c++20
86-
build:windows --cxxopt="/std:c++20"
84+
build:linux --cxxopt=-std=c++20 --host_cxxopt=-std=c++20
85+
build:macos --cxxopt=-std=c++20 --host_cxxopt=-std=c++20
86+
build:windows --cxxopt="/std:c++20" --host_cxxopt="/std:c++20"
8787

8888
# Enable symlinks and runfiles on Windows (enabled by default on other platforms).
8989
startup --windows_enable_symlinks

0 commit comments

Comments
 (0)