Skip to content

Commit dba0424

Browse files
committed
[Preset] Generate line number debug information only to reduce the symbols toolchain size
1 parent 010520a commit dba0424

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
@@ -1357,6 +1357,10 @@ skip-test-swiftsyntax
13571357
skip-test-skstresstester
13581358
skip-test-swiftevolve
13591359

1360+
extra-cmake-options=
1361+
-DCMAKE_C_FLAGS="-gline-tables-only"
1362+
-DCMAKE_CXX_FLAGS="-gline-tables-only"
1363+
13601364
#===------------------------------------------------------------------------===#
13611365
# LLDB build configurations
13621366
#

0 commit comments

Comments
 (0)