We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04fa9c commit e6cfb75Copy full SHA for e6cfb75
3 files changed
.bazelignore
@@ -0,0 +1 @@
1
+externals
.bazelrc
@@ -1,4 +1,5 @@
-build --action_env=BAZEL_CXXOPTS=-std=c++17
2
-build --cxxopt='-std=c++17'
3
-build --host_cxxopt='-std=c++17'
4
-test --test_output=all
+common --action_env=BAZEL_CXXOPTS=-std=c++17
+common --cxxopt='-std=c++17'
+common --copt=-fdiagnostics-color=always
+common --test_output=errors
5
+common -c dbg
.gitignore
@@ -4,6 +4,9 @@ bazel-mlir-tutorial
bazel-out
bazel-testlogs
6
7
+# git submodule
8
9
+
10
# cmake related files
11
# ignore the user specified CMake presets in subproject directories.
12
/*/CMakeUserPresets.json
0 commit comments