Skip to content

Commit 2987df0

Browse files
Merge pull request #27006 from redpanda-data/stephan/debug-alias-sanitizer-bazel
bazel: Alias debug to sanitizer build config
2 parents f5aae49 + b5b328b commit 2987df0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.bazelrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ build:sanitizer --@seastar//:system_allocator=True
8585
# krb5 is a foreign cc build and needs explicit list of sanitizers to build the shared library
8686
build:sanitizer --@krb5//:sanitizers=address,undefined,vptr,function,alignment
8787

88+
# =================================
89+
# Debug
90+
# =================================
91+
# alias to match our legacy cmake debug BUILD_TYPE so we don't have to do any
92+
# mapping in taskfiles
93+
build:debug --config=sanitizer
94+
8895
# =================================
8996
# ODR Finder
9097
# =================================

0 commit comments

Comments
 (0)