Don't strip by default in cc or c++

This commit is contained in:
Steven Fackler
2022-03-17 15:24:48 -04:00
committed by Andrew Kelley
parent ff21cb42a0
commit 9dc9219b2f

View File

@@ -1308,7 +1308,7 @@ fn buildOutputType(
.cc, .cpp => {
emit_h = .no;
soname = .no;
strip = true;
strip = false;
ensure_libc_on_non_freestanding = true;
ensure_libcpp_on_non_freestanding = arg_mode == .cpp;
want_native_include_dirs = true;