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.
1 parent af5e595 commit cf0fc1aCopy full SHA for cf0fc1a
utils/build-presets.ini
@@ -755,6 +755,18 @@ darwin-toolchain-name=%(darwin_toolchain_xctoolchain_name)s
755
darwin-toolchain-version=%(darwin_toolchain_version)s
756
darwin-toolchain-alias=%(darwin_toolchain_alias)s
757
758
+# Debug version of the compilers, release version of the stdlib.
759
+[preset: buildbot_osx_package,tools=DA,stdlib=R]
760
+mixin-preset=buildbot_osx_package
761
+
762
+build-subdir=buildbot_osx_debug
763
764
+release-debuginfo
765
+assertions
766
+debug-llvm
767
+debug-swift
768
+no-swift-stdlib-assertions
769
770
#===------------------------------------------------------------------------===#
771
# LLDB build configurations
772
#
0 commit comments