aboutsummaryrefslogtreecommitdiff
path: root/.bazelrc
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2024-03-08 17:24:49 +0200
committeraqua <aqua@iserlohn-fortress.net>2024-03-08 22:00:07 +0200
commit20b97ea7c0dbbdc13800e12ff5c86c00c4a342ec (patch)
tree473281e5fc8b256827ce1a678573444e1aa5f669 /.bazelrc
parentGenerate src/conf.h (diff)
downloadkernel-20b97ea7c0dbbdc13800e12ff5c86c00c4a342ec.tar.xz
Bazel build
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc
new file mode 100644
index 0000000..2a0a947
--- /dev/null
+++ b/.bazelrc
@@ -0,0 +1,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