diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-20 22:32:30 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-20 22:32:30 +0100 |
commit | b438dd7bf4082e2b6a23e3995d5c249b33102abc (patch) | |
tree | c5dcafbf50782d0919cf4610f568832b90ce1436 /.bazelrc | |
parent | e60c508e976ff8acb71a2fd0fc6958c5f1f50a69 (diff) |
Initialize SDL
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
|