mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
parent
166766d63d
commit
9a59cff27f
1 changed files with 1 additions and 2 deletions
|
|
@ -1071,8 +1071,7 @@ pub const Object = struct {
|
|||
.thin => .ThinPreLink,
|
||||
.full => .FullPreLink,
|
||||
},
|
||||
// https://github.com/ziglang/zig/issues/21215
|
||||
.allow_fast_isel = !comp.root_mod.resolved_target.result.cpu.arch.isMIPS(),
|
||||
.allow_fast_isel = true,
|
||||
.asm_filename = null,
|
||||
.bin_filename = options.bin_path,
|
||||
.llvm_ir_filename = options.post_ir_path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue