diff options
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ build:windows --cxxopt=-Xclang=-std=c++20 common --incompatible_autoload_externally=+@rules_python
+build --features=external_include_paths
+
build --cxxopt=-Wall
build --cxxopt=-Wno-c++98-compat
build --cxxopt=-Wno-c++98-compat-pedantic
|