Enable compilation on ChromeOS

This commit is contained in:
2024-08-17 00:27:25 +02:00
parent 4ad4091b38
commit db34f15177
6 changed files with 22 additions and 8 deletions

View File

@ -1,4 +1,8 @@
build --cxxopt=-Xclang=-std=c++20
build:linux --repo_env=CC=clang
build:windows --cxxopt=-Xclang=-std=c++20
build:linux --cxxopt=-std=c++20
build --cxxopt=-Wall
build --cxxopt=-Wno-c++98-compat
build --cxxopt=-Wno-c++98-compat-pedantic