File tree 2 files changed +1
-2
lines changed 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")
104
104
defaulted_option(SwiftCore_ENABLE_TYPE_PRINTING "Enable printing type names" )
105
105
defaulted_option(SwiftCore_ENABLE_VECTOR_TYPES "Enable vector support" )
106
106
defaulted_option(SwiftCore_ENABLE_REFLECTION "Enable runtime support for mirrors and reflection support" )
107
- defaulted_option(SwiftCore_ENABLE_COMMANDLINE_SUPPORT "Enable command line argument support" )
108
107
defaulted_option(SwiftCore_ENABLE_RUNTIME_FUNCTION_COUNTERS "Enable runtime function counter support" )
109
108
defaulted_option(SwiftCore_ENABLE_STDIN "Enable functions that use stdin support" )
110
109
defaulted_option(SwiftCore_ENABLE_ENVIRONMENT "Enable environment variable support" )
@@ -116,6 +115,7 @@ defaulted_option(SwiftCore_ENABLE_BACKDEPLOYMENT_SUPPORT "Add symbols for runtim
116
115
defaulted_option(SwiftCore_ENABLE_STDLIB_TRACING "Enable tracing in the runtime. Assumes the presence of os_log(3) and the os_signpost(3) API." )
117
116
defaulted_option(SwiftCore_ENABLE_CONCURRENCY "Enable Concurrency runtime support" )
118
117
defaulted_set(SwiftCore_CONCURRENCY_GLOBAL_EXECUTOR STRING "Default Concurrency global executor implementation" )
118
+ option (SwiftCore_ENABLE_COMMANDLINE_SUPPORT "Enable command line argument support" ON )
119
119
option (SwiftCore_ENABLE_UNICODE_DATA "Include unicode data in Swift runtimes" ON )
120
120
option (SwiftCore_ENABLE_SHORT_MANGLING_LOOKUPS "Build with fast-path context descriptor lookups based on well-known short manglings." ON )
121
121
option (SwiftCore_ENABLE_FILESYSTEM_SUPPORT "Build for systems that have a filesystem" ON )
Original file line number Diff line number Diff line change 6
6
# the variable with `-DSwiftCore_*` on the commandline.
7
7
8
8
set (SwiftCore_ENABLE_BACKTRACING_default OFF ) # TODO: enable this by default
9
- set (SwiftCore_ENABLE_COMMANDLINE_SUPPORT_default OFF ) # TODO: enable this by default
10
9
11
10
set (SwiftCore_ENABLE_STDIN_default ON )
12
11
set (SwiftCore_ENABLE_TYPE_PRINTING_default ON )
You can’t perform that action at this time.
0 commit comments