Skip to content

Commit 022fe5d

Browse files
committed
[CMake] Generate swiftinterface files by default
1 parent 605c9f6 commit 022fe5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ option(SWIFT_FORCE_OPTIMIZED_TYPECHECKER "Override the optimization setting of
178178

179179
option(SWIFT_ENABLE_PARSEABLE_MODULE_INTERFACES
180180
"Generate .swiftinterface files alongside .swiftmodule files"
181-
FALSE)
181+
TRUE)
182182

183183
#
184184
# User-configurable Android specific options.

0 commit comments

Comments
 (0)