| ... | @@ -1308,7 +1308,7 @@ fn buildOutputType( | ... | @@ -1308,7 +1308,7 @@ fn buildOutputType( |
| 1308 | .cc, .cpp => { | 1308 | .cc, .cpp => { |
| 1309 | emit_h = .no; | 1309 | emit_h = .no; |
| 1310 | soname = .no; | 1310 | soname = .no; |
| 1311 | strip = true; | 1311 | strip = false; |
| 1312 | ensure_libc_on_non_freestanding = true; | 1312 | ensure_libc_on_non_freestanding = true; |
| 1313 | ensure_libcpp_on_non_freestanding = arg_mode == .cpp; | 1313 | ensure_libcpp_on_non_freestanding = arg_mode == .cpp; |
| 1314 | want_native_include_dirs = true; | 1314 | want_native_include_dirs = true; |