-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bazelrc
34 lines (32 loc) · 1.02 KB
/
.bazelrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
test:cpplint --test_tag_filters=cpplint
test:cpplint --build_tests_only
test:unit_test --test_tag_filters=-cpplint
test:unit_test --test_env HEAPCHECK=normal
test:coverage --test_tag_filters=-cpplint
test:coverage --copt=--coverage
test:coverage --cxxopt=--coverage
test:coverage --cxxopt=-fprofile-arcs
test:coverage --cxxopt=-ftest-coverage
test:coverage --linkopt=-coverage
test:coverage --linkopt=-lgcov
test:coverage --linkopt=-lgcc
test:coverage --linkopt=-lc
test:coverage --nocache_test_results
#build --features=-compiler_param_file
#build --features=-layering_check
#build --host_features=-compiler_param_file
#build --host_features=-layering_check
build --announce_rc
build --cxxopt=-D_GLIBCXX_USE_CXX11_ABI=1
build -c opt
build --copt='-g'
build --copt='-O2'
build --copt='-Wall'
build --copt='-march=native'
build --host_copt='-march=native'
build --cxxopt='-std=c++17'
build --strip='never'
build --output_filter="^//"
build --define=with_glog=true
#build --remote_cache=http://192.168.1.101/bazel_cache
#build --keep_going