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 fb32aa4 commit c223f7dCopy full SHA for c223f7d
lib/script.py
@@ -118,7 +118,7 @@ def generate_products(self):
118
swift_flags += """
119
TARGET_SWIFTEXE_FLAGS = -I${SDKROOT}/lib/swift/""" + Configuration.current.target.swift_sdk_name + """ -L${SDKROOT}/lib/swift/""" + Configuration.current.target.swift_sdk_name + """ """
120
if Configuration.current.build_mode == Configuration.Debug:
121
- swift_flags += "-g -Onone "
+ swift_flags += "-g -Onone -enable-testing "
122
elif Configuration.current.build_mode == Configuration.Release:
123
swift_flags += " "
124
swift_flags += Configuration.current.extra_swift_flags
0 commit comments