Skip to content

Commit 13b774e

Browse files
committed
Remove legacy tools/bazel.rc
1 parent 62b2580 commit 13b774e

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.bazelrc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
import %workspace%/tools/bazel.rc
1+
build -c opt
2+
# build -c dbg
3+
build --copt='-std=c++1z'
4+
# build --copt='-g'
5+
build --copt='-fno-stack-protector'
6+
# build -c opt --copt='-fsanitize=address,undefined' --linkopt='-fsanitize=address,undefined'
7+
# build -c opt --copt='-fsanitize=thread' --linkopt='-fsanitize=thread'

tools/bazel.rc

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)