Skip to content

Commit d704a7a

Browse files
authored
Merge pull request swiftlang#23842 from xiaobai/better_defaults
2 parents f39defa + 2d1c2be commit d704a7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-script-impl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2534,6 +2534,8 @@ for host in "${ALL_HOSTS[@]}"; do
25342534
cmake_options+=(
25352535
-DLLDB_BUILD_FRAMEWORK:BOOL=TRUE
25362536
-DLLDB_CODESIGN_IDENTITY=""
2537+
-DLLDB_USE_SYSTEM_DEBUGSERVER:BOOL=TRUE
2538+
-DLLDB_FRAMEWORK_TOOLS="darwin-debug;lldb-argdumper;lldb-server;repl_swift"
25372539
)
25382540
fi
25392541
fi

0 commit comments

Comments
 (0)