build:windows --extra_execution_platforms=//:x64_windows-clang-cl # @Todo(bazel) We should be able to use @local_config_cc... build:windows --extra_toolchains=@@rules_cc++cc_configure_extension+local_config_cc//:cc-toolchain-x64_windows-clang-cl 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 build --cxxopt=-Wno-pre-c++17-compat build --cxxopt=-Wno-c++20-compat build --cxxopt=-Wno-unused-macros build --cxxopt=-Wno-documentation-unknown-command build --cxxopt=-Wno-extra-semi-stmt build --cxxopt=-Wno-extra-semi build --cxxopt=-Wno-global-constructors build --cxxopt=-Wno-unsafe-buffer-usage test --test_output=errors