File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -2135,13 +2135,6 @@ config.environment['SWIFT_DEBUG_ENABLE_COW_CHECKS'] = 'false'
2135
2135
# Add this to the command which runs an executable to enable COW checks in the swift runtime.
2136
2136
config .substitutions .append (('%enable-cow-checking' , TARGET_ENV_PREFIX + 'SWIFT_DEBUG_ENABLE_COW_CHECKS=true;' ))
2137
2137
2138
- # Disabe COW sanity checks in the swift runtime by default.
2139
- # (But it's required to set this environment variable to something)
2140
- config .environment ['SWIFT_DEBUG_ENABLE_COW_CHECKS' ] = 'false'
2141
-
2142
- # Add this to the command which runs an executable to enable COW checks in the swift runtime.
2143
- config .substitutions .append (('%enable-cow-checking' , TARGET_ENV_PREFIX + 'SWIFT_DEBUG_ENABLE_COW_CHECKS=true;' ))
2144
-
2145
2138
if config .lldb_build_root != "" :
2146
2139
lldb_python_path = get_lldb_python_path (config .lldb_build_root )
2147
2140
lldb_python_interpreter = get_lldb_python_interpreter (config .lldb_build_root )
You can’t perform that action at this time.
0 commit comments