We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5753265 commit 644e5e2Copy full SHA for 644e5e2
.bazelrc
@@ -80,10 +80,10 @@ build:zig-cc-linux-aarch64 --test_env=QEMU_LD_PREFIX=/usr/aarch64-linux-gnu/
80
81
build --enable_platform_specific_config
82
83
-# Use C++17.
84
-build:linux --cxxopt=-std=c++17
85
-build:macos --cxxopt=-std=c++17
86
-build:windows --cxxopt="/std:c++17"
+# Use C++20.
+build:linux --cxxopt=-std=c++20
+build:macos --cxxopt=-std=c++20
+build:windows --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