FTXUI/.bazelrc

8 lines
193 B
Plaintext
Raw Normal View History

build --features=layering_check
2025-05-05 23:38:01 +08:00
build --enable_bzlmod
2025-05-08 03:11:03 +08:00
build --enable_platform_specific_config
build:linux --cxxopt=-std=c++17
build:macos --cxxopt=-std=c++17
build:windows --cxxopt=-std:c++17