|
132 | 132 | 'build_tvos': True, |
133 | 133 | 'build_tvos_device': False, |
134 | 134 | 'build_tvos_simulator': False, |
135 | | - 'build_variant': 'Debug', |
| 135 | + 'build_variant': 'RelWithDebInfo', |
136 | 136 | 'build_watchos': True, |
137 | 137 | 'build_watchos_device': False, |
138 | 138 | 'build_watchos_simulator': False, |
|
151 | 151 | 'cmake': None, |
152 | 152 | 'cmake_generator': 'Ninja', |
153 | 153 | 'cmark_assertions': True, |
154 | | - 'cmark_build_variant': 'Debug', |
| 154 | + 'cmark_build_variant': 'RelWithDebInfo', |
155 | 155 | 'color_in_tests': True, |
156 | 156 | 'compiler_vendor': defaults.COMPILER_VENDOR, |
157 | 157 | 'coverage_db': None, |
|
214 | 214 | 'extra_swift_cmake_options': [], |
215 | 215 | 'swift_debuginfo_non_lto_args': None, |
216 | 216 | 'force_optimized_typechecker': False, |
217 | | - 'foundation_build_variant': 'Debug', |
218 | | - 'foundation_tests_build_variant': 'Debug', |
| 217 | + 'foundation_build_variant': 'RelWithDebInfo', |
| 218 | + 'foundation_tests_build_variant': 'RelWithDebInfo', |
219 | 219 | 'host_cc': None, |
220 | 220 | 'host_cxx': None, |
221 | 221 | 'host_libtool': None, |
|
233 | 233 | 'ios': False, |
234 | 234 | 'ios_all': False, |
235 | 235 | 'legacy_impl': False, |
236 | | - 'libdispatch_build_variant': 'Debug', |
237 | | - 'libxml2_build_variant': 'Debug', |
| 236 | + 'libdispatch_build_variant': 'RelWithDebInfo', |
| 237 | + 'libxml2_build_variant': 'RelWithDebInfo', |
238 | 238 | 'linux_archs': None, |
239 | 239 | 'lit_jobs': multiprocessing.cpu_count(), |
240 | | - 'zlib_build_variant': 'Debug', |
241 | | - 'curl_build_variant': 'Debug', |
| 240 | + 'zlib_build_variant': 'RelWithDebInfo', |
| 241 | + 'curl_build_variant': 'RelWithDebInfo', |
242 | 242 | 'bootstrapping_mode': None, |
243 | 243 | 'lit_args': '-sv', |
244 | 244 | 'llbuild_assertions': True, |
245 | 245 | 'lldb_assertions': True, |
246 | | - 'lldb_build_variant': 'Debug', |
| 246 | + 'lldb_build_variant': 'RelWithDebInfo', |
247 | 247 | 'lldb_build_with_xcode': '0', |
248 | 248 | 'llvm_assertions': True, |
249 | | - 'llvm_build_variant': 'Debug', |
| 249 | + 'llvm_build_variant': 'RelWithDebInfo', |
250 | 250 | 'llvm_cmake_options': [], |
251 | 251 | 'llvm_enable_modules': False, |
252 | 252 | 'llvm_include_tests': True, |
|
276 | 276 | 'stress_test': False, |
277 | 277 | 'swift_analyze_code_coverage': defaults.SWIFT_ANALYZE_CODE_COVERAGE, |
278 | 278 | 'swift_assertions': True, |
279 | | - 'swift_build_variant': 'Debug', |
| 279 | + 'swift_build_variant': 'RelWithDebInfo', |
280 | 280 | 'swift_compiler_version': None, |
281 | 281 | 'swift_disable_dead_stripping': False, |
282 | 282 | 'swift_darwin_module_archs': None, |
|
286 | 286 | 'swift_runtime_fixed_backtracer_path': None, |
287 | 287 | 'swift_stdlib_assertions': True, |
288 | 288 | 'swift_stdlib_strict_availability': False, |
289 | | - 'swift_stdlib_build_variant': 'Debug', |
| 289 | + 'swift_stdlib_build_variant': 'RelWithDebInfo', |
290 | 290 | 'swift_tools_ld64_lto_codegen_only_for_supporting_targets': False, |
291 | 291 | 'swift_tools_max_parallel_lto_link_jobs': |
292 | 292 | defaults.SWIFT_MAX_PARALLEL_LTO_LINK_JOBS, |
|
0 commit comments