We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1bf1d4 + 7202c5a commit f2783bbCopy full SHA for f2783bb
utils/build-presets.ini
@@ -517,6 +517,9 @@ llvm-targets-to-build=X86
517
# Set the vendor to apple
518
compiler-vendor=apple
519
520
+# Build LLDB
521
+lldb
522
+
523
dash-dash
524
525
# Always reconfigure cmake
@@ -542,10 +545,15 @@ skip-build-tvos
542
545
skip-test-tvos
543
546
skip-build-watchos
544
547
skip-test-watchos
548
+skip-test-lldb
549
stdlib-deployment-targets=macosx-x86_64
550
swift-primary-variant-sdk=OSX
551
swift-primary-variant-arch=x86_64
552
553
+lldb-no-debugserver
554
+lldb-use-system-debugserver
555
+lldb-build-type=Release
556
557
# Don't build the benchmarks
558
skip-build-benchmarks
559
0 commit comments