Don't strip by default in cc or c++
This commit is contained in:
committed by
Andrew Kelley
parent
ff21cb42a0
commit
9dc9219b2f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user