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 837af34 commit d38bd10Copy full SHA for d38bd10
utils/swift_build_support/swift_build_support/products/earlyswiftsyntax.py
@@ -54,6 +54,8 @@ def build(self, host_target):
54
self.generate_toolchain_file_for_darwin_or_linux(host_target)
55
56
self.cmake_options.define('CMAKE_INSTALL_PREFIX:PATH', self.args.install_prefix)
57
+ self.cmake_options.define('SWIFTSYNTAX_ENABLE_ASSERTIONS:BOOL',
58
+ self.args.assertions)
59
self.build_with_cmake(["all"], self.args.swift_build_variant, [])
60
61
def should_test(self, host_target):
0 commit comments