This commit is contained in:
ArthurSonzogni
2025-05-07 22:32:06 +02:00
parent 300204151e
commit 83de5b0cbc
2 changed files with 4 additions and 4 deletions

View File

@@ -2,6 +2,6 @@ build --features=layering_check
build --enable_bzlmod
build --enable_platform_specific_config
build:linux --cxxopt=-std=c++17
build:macos --cxxopt=-std=c++17
build:windows --cxxopt=-std:c++17
build:linux --cxxopt=-std=c++20
build:macos --cxxopt=-std=c++20
build:windows --cxxopt=-std:c++20