Skip to content

Commit

Permalink
Merge pull request #24551 from redpanda-data/stephan/seastar-bazel-sh…
Browse files Browse the repository at this point in the history
…ared-ptr-debug

bazel: Enable SEASTAR_DEBUG_SHARED_PTR in debug
  • Loading branch information
dotnwat authored Dec 13, 2024
2 parents 4b44560 + fca1898 commit 32bab5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bazel/thirdparty/seastar.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,10 @@ cc_library(
":use_logger_compile_time_fmt": ["SEASTAR_LOGGER_COMPILE_TIME_FMT"],
"//conditions:default": [],
}) + select({
":with_debug": ["SEASTAR_DEBUG"],
":with_debug": [
"SEASTAR_DEBUG",
"SEASTAR_DEBUG_SHARED_PTR",
],
"//conditions:default": [],
}),
includes = [
Expand Down

0 comments on commit 32bab5c

Please sign in to comment.