Skip to content

Commit a2d9620

Browse files
committed
[LSan] Disable backtracing for the lsan builds.
We don't need or want it there, and it's causing dependency problems in our CMake build system. rdar://110420951
1 parent a5c7ef5 commit a2d9620

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils/build-presets.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,6 +1212,8 @@ sourcekit-lsp=0
12121212
[preset: buildbot_incremental_linux,lsan,tools=RDA,stdlib=RDA,test=no]
12131213
build-subdir=buildbot_incremental_lsan
12141214

1215+
swift-enable-backtracing=0
1216+
12151217
# Reduce the size of the final toolchain, limit debug info
12161218
extra-cmake-options=
12171219
-DCMAKE_C_FLAGS="-gline-tables-only"
@@ -1227,6 +1229,8 @@ reconfigure
12271229
[preset: buildbot_incremental_linux,lsan,tools=RDA,stdlib=DA,test=no]
12281230
build-subdir=buildbot_incremental_lsan
12291231

1232+
swift-enable-backtracing=0
1233+
12301234
# Reduce the size of the final toolchain, limit debug info
12311235
extra-cmake-options=
12321236
-DCMAKE_C_FLAGS="-gline-tables-only"

0 commit comments

Comments
 (0)