File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,6 @@ option(SWIFT_STDLIB_ASSERTIONS
32
32
"Enable internal checks for the Swift standard library (useful for debugging the library itself, does not affect checks required for safety)"
33
33
"${SWIFT_STDLIB_ASSERTIONS_default} " )
34
34
35
- option (SWIFT_SERIALIZE_STDLIB_UNITTEST
36
- "Compile the StdlibUnittest module with -sil-serialize-all to increase the test coverage for the optimizer"
37
- FALSE )
38
-
39
- option (SWIFT_STDLIB_SIL_DEBUGGING
40
- "Compile the Swift standard library with -gsil to enable debugging and profiling on SIL level"
41
- FALSE )
42
-
43
- option (SWIFT_CHECK_INCREMENTAL_COMPILATION
44
- "Check if incremental compilation works when compiling the Swift libraries"
45
- FALSE )
46
-
47
35
option (SWIFT_BUILD_TOOLS
48
36
"Build the Swift compiler and other tools"
49
37
TRUE )
@@ -254,6 +242,18 @@ option(SWIFT_RUNTIME_CLOBBER_FREED_OBJECTS
254
242
"Overwrite memory for deallocated Swift objects"
255
243
"${SWIFT_RUNTIME_CLOBBER_FREED_OBJECTS_default} " )
256
244
245
+ option (SWIFT_SERIALIZE_STDLIB_UNITTEST
246
+ "Compile the StdlibUnittest module with -sil-serialize-all to increase the test coverage for the optimizer"
247
+ FALSE )
248
+
249
+ option (SWIFT_STDLIB_SIL_DEBUGGING
250
+ "Compile the Swift standard library with -gsil to enable debugging and profiling on SIL level"
251
+ FALSE )
252
+
253
+ option (SWIFT_CHECK_INCREMENTAL_COMPILATION
254
+ "Check if incremental compilation works when compiling the Swift libraries"
255
+ FALSE )
256
+
257
257
#
258
258
# User-configurable experimental options. Do not use in production builds.
259
259
#
You can’t perform that action at this time.
0 commit comments