We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8695a63 commit dbf15a2Copy full SHA for dbf15a2
.bazelrc
@@ -19,3 +19,6 @@ build:windows --cxxopt=/std:c++14
19
20
# Print test logs for failed tests.
21
test --test_output=errors
22
+
23
+# https://bazel.build/configure/best-practices#bazelrc-file
24
+try-import %workspace%/user.bazelrc
.gitignore
@@ -3,3 +3,4 @@
3
core
4
obj/
5
benchlog.*
6
+user.bazelrc
0 commit comments