diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-08-17 00:27:25 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-08-17 00:28:03 +0200 |
commit | db34f151779fbfc72a5c6d373b9b5b25da9085b7 (patch) | |
tree | 1c0b6c91d6b04e0f812b41c99199e52698bc53f3 /.bazelrc | |
parent | 4ad4091b38faa39ddd2deae7455bd3a26531994f (diff) |
Enable compilation on ChromeOS
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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
|