mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Don't strip by default in cc or c++
This commit is contained in:
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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user