File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ defaulted_option(SwiftCore_ENABLE_OBJC_INTEROP "Enable runtime ObjC interop")
104104defaulted_option(SwiftCore_ENABLE_TYPE_PRINTING "Enable printing type names" )
105105defaulted_option(SwiftCore_ENABLE_VECTOR_TYPES "Enable vector support" )
106106defaulted_option(SwiftCore_ENABLE_REFLECTION "Enable runtime support for mirrors and reflection support" )
107- defaulted_option(SwiftCore_ENABLE_COMMANDLINE_SUPPORT "Enable command line argument support" )
108107defaulted_option(SwiftCore_ENABLE_RUNTIME_FUNCTION_COUNTERS "Enable runtime function counter support" )
109108defaulted_option(SwiftCore_ENABLE_STDIN "Enable functions that use stdin support" )
110109defaulted_option(SwiftCore_ENABLE_ENVIRONMENT "Enable environment variable support" )
@@ -116,6 +115,7 @@ defaulted_option(SwiftCore_ENABLE_BACKDEPLOYMENT_SUPPORT "Add symbols for runtim
116115defaulted_option(SwiftCore_ENABLE_STDLIB_TRACING "Enable tracing in the runtime. Assumes the presence of os_log(3) and the os_signpost(3) API." )
117116defaulted_option(SwiftCore_ENABLE_CONCURRENCY "Enable Concurrency runtime support" )
118117defaulted_set(SwiftCore_CONCURRENCY_GLOBAL_EXECUTOR STRING "Default Concurrency global executor implementation" )
118+ option (SwiftCore_ENABLE_COMMANDLINE_SUPPORT "Enable command line argument support" ON )
119119option (SwiftCore_ENABLE_UNICODE_DATA "Include unicode data in Swift runtimes" ON )
120120option (SwiftCore_ENABLE_SHORT_MANGLING_LOOKUPS "Build with fast-path context descriptor lookups based on well-known short manglings." ON )
121121option (SwiftCore_ENABLE_FILESYSTEM_SUPPORT "Build for systems that have a filesystem" ON )
Original file line number Diff line number Diff line change 66# the variable with `-DSwiftCore_*` on the commandline.
77
88set (SwiftCore_ENABLE_BACKTRACING_default OFF ) # TODO: enable this by default
9- set (SwiftCore_ENABLE_COMMANDLINE_SUPPORT_default OFF ) # TODO: enable this by default
109
1110set (SwiftCore_ENABLE_STDIN_default ON )
1211set (SwiftCore_ENABLE_TYPE_PRINTING_default ON )
You can’t perform that action at this time.
0 commit comments