| author | |
| committer | |
| log | 9dc9219b2feb5971ca5e86e0d0880233f28cf18c |
| tree | ec27bcf2952da8f6315df72b217e704daa44ec4a |
| parent | ff21cb42a0201501d0bb762c9e496997fbccfdf3 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/main.zig+1-1| ... | ... | @@ -1308,7 +1308,7 @@ fn buildOutputType( |
| 1308 | 1308 | .cc, .cpp => { |
| 1309 | 1309 | emit_h = .no; |
| 1310 | 1310 | soname = .no; |
| 1311 | strip = true; | |
| 1311 | strip = false; | |
| 1312 | 1312 | ensure_libc_on_non_freestanding = true; |
| 1313 | 1313 | ensure_libcpp_on_non_freestanding = arg_mode == .cpp; |
| 1314 | 1314 | want_native_include_dirs = true; |