Skip to content

Commit 33cd18b

Browse files
committed
[cxx-interop] Flip the default value of SWIFT_ENABLE_EXPERIMENTAL_CXX_INTEROP
This changes the default value of the CMake flag `SWIFT_ENABLE_EXPERIMENTAL_CXX_INTEROP` from `FALSE` to `TRUE`. C++ interop is an important part of the compiler. If necessary, it's still possible to disable it explicitly.
1 parent 14f39be commit 33cd18b

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
@@ -682,7 +682,7 @@ option(SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY
682682

683683
option(SWIFT_ENABLE_EXPERIMENTAL_CXX_INTEROP
684684
"Enable experimental C++ interop modules"
685-
FALSE)
685+
TRUE)
686686

687687
option(SWIFT_ENABLE_CXX_INTEROP_SWIFT_BRIDGING_HEADER
688688
"Install the <swift/bridging> C++ interoperability header alongside compiler"

0 commit comments

Comments
 (0)