8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
# Enable Bzlmod for every Bazel command
|
|
common --enable_bzlmod
|
|
|
|
build --enable_platform_specific_config
|
|
build:linux --cxxopt=-std=c++17
|
|
build:macos --cxxopt=-std=c++17
|
|
build:windows --cxxopt=/std:c++17
|