| ... | @@ -1503,6 +1503,7 @@ fn buildOutputType( | ... | @@ -1503,6 +1503,7 @@ fn buildOutputType( |
| 1503 | } else if (mem.eql(u8, arg, "-fno-emit-bin")) { | 1503 | } else if (mem.eql(u8, arg, "-fno-emit-bin")) { |
| 1504 | emit_bin = .no; | 1504 | emit_bin = .no; |
| 1505 | } else if (mem.eql(u8, arg, "-femit-h")) { | 1505 | } else if (mem.eql(u8, arg, "-femit-h")) { |
| | 1506 | fatal("-femit-h is currently broken, see https://github.com/ziglang/zig/issues/9698", .{}); |
| 1506 | emit_h = .yes_default_path; | 1507 | emit_h = .yes_default_path; |
| 1507 | } else if (mem.cutPrefix(u8, arg, "-femit-h=")) |rest| { | 1508 | } else if (mem.cutPrefix(u8, arg, "-femit-h=")) |rest| { |
| 1508 | emit_h = .{ .yes = rest }; | 1509 | emit_h = .{ .yes = rest }; |