aboutsummaryrefslogtreecommitdiff
path: root/.bazelrc
blob: 2a0a9470c368e1e70d70d43bc9752704fc7ec15f (plain)
1
2
3
4
5
6
7
8
9
10
11
# compiler flags
try-import %workspace%/.bazel/compiler_flags.bazelrc

build --instrument_test_targets

build:i386 --compilation_mode=opt
build:i386 --platforms=//platforms:i386

coverage --combined_report=lcov

test --compilation_mode=dbg