Skip to content

Commit f660c2b

Browse files
authored
Merge pull request #72496 from apple/add-dsymutil-args-toolchain-preset
[Preset] Disable verify dwarf for toolchain preset
2 parents e5bf933 + f871845 commit f660c2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-presets.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,6 +1301,8 @@ extra-cmake-options=
13011301
-DCMAKE_C_FLAGS="-gline-tables-only"
13021302
-DCMAKE_CXX_FLAGS="-gline-tables-only"
13031303

1304+
extra-dsymutil-args="--verify-dwarf=none"
1305+
13041306
install-llvm
13051307
install-swift
13061308
install-lldb

0 commit comments

Comments
 (0)