Skip to content

Commit 0750dde

Browse files
committed
Enable USE_SWIFT_ASYNC_LOWERING
1 parent 288a0db commit 0750dde

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
@@ -201,7 +201,7 @@ option(USE_SWIFT_ASYNC_LOWERING
201201
functions if it is supported for the target. The runtime also checks
202202
this setting before using async-specific attributes. This only applies
203203
to the async calling convention and not to the async context attribute."
204-
FALSE)
204+
TRUE)
205205

206206
#
207207
# User-configurable Swift Standard Library specific options.

0 commit comments

Comments
 (0)