Skip to content

Commit b948a30

Browse files
authored
Merge pull request #66436 from al45tair/eng/PR-110420951
[LSan] Disable backtracing for the lsan builds.
2 parents 1210e77 + 174b110 commit b948a30

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
@@ -1223,6 +1223,8 @@ sourcekit-lsp=0
12231223
[preset: buildbot_incremental_linux,lsan,tools=RDA,stdlib=RDA,test=no]
12241224
build-subdir=buildbot_incremental_lsan
12251225

1226+
swift-enable-backtracing=0
1227+
12261228
# Reduce the size of the final toolchain, limit debug info
12271229
extra-cmake-options=
12281230
-DCMAKE_C_FLAGS="-gline-tables-only"
@@ -1238,6 +1240,8 @@ reconfigure
12381240
[preset: buildbot_incremental_linux,lsan,tools=RDA,stdlib=DA,test=no]
12391241
build-subdir=buildbot_incremental_lsan
12401242

1243+
swift-enable-backtracing=0
1244+
12411245
# Reduce the size of the final toolchain, limit debug info
12421246
extra-cmake-options=
12431247
-DCMAKE_C_FLAGS="-gline-tables-only"

0 commit comments

Comments
 (0)