From db34f151779fbfc72a5c6d373b9b5b25da9085b7 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sat, 17 Aug 2024 00:27:25 +0200 Subject: Enable compilation on ChromeOS --- .bazelrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.bazelrc') diff --git a/.bazelrc b/.bazelrc index 356c0c2..d90900f 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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 -- cgit