| ... | ... | @@ -1304,7 +1304,11 @@ fn buildOutputType( |
| 1304 | 1304 | } else if (mem.eql(u8, arg, "--no-gc-sections")) { |
| 1305 | 1305 | linker_gc_sections = false; |
| 1306 | 1306 | } else if (mem.eql(u8, arg, "--debug-compile-errors")) { |
| 1307 | | debug_compile_errors = true; |
| 1307 | if (!crash_report.is_enabled) { |
| 1308 | std.log.warn("Zig was compiled in a release mode. --debug-compile-errors has no effect.", .{}); |
| 1309 | } else { |
| 1310 | debug_compile_errors = true; |
| 1311 | } |
| 1308 | 1312 | } else if (mem.eql(u8, arg, "--verbose-link")) { |
| 1309 | 1313 | verbose_link = true; |
| 1310 | 1314 | } else if (mem.eql(u8, arg, "--verbose-cc")) { |