Skip to content

Commit 18d6068

Browse files
remove conflicting default option (#78323)
1 parent 5dc66c0 commit 18d6068

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Runtimes/Core/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ defaulted_option(SwiftCore_ENABLE_OVERRIDABLE_RETAIN_RELEASE "Enable override ho
8686
defaulted_option(SwiftCore_ENABLE_MALLOC_TYPE "Enable malloc type information")
8787
defaulted_option(SwiftCore_ENABLE_RUNTIME_OS_VERSIONING "Enable runtime OS version detection")
8888
defaulted_option(SwiftCore_ENABLE_STATIC_PRINT "Disable full print")
89-
defaulted_option(SwiftCore_ENABLE_UNICODE_DATA "Embed Unicode info in Swift Core")
9089
defaulted_option(SwiftCore_ENABLE_COMPACT_ABSOLUTE_FUNCTION_POINTERS "Resolve absolute function pointer as identity")
9190
defaulted_option(SwiftCore_ENABLE_BACKDEPLOYMENT_SUPPORT "Add symbols for runtime backdeployment")
9291
defaulted_option(SwiftCore_ENABLE_STDLIB_TRACING "Enable tracing in the runtime. Assumes the presence of os_log(3) and the os_signpost(3) API.")

0 commit comments

Comments
 (0)