mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
Compilation: pass code model in buildOutputFromZig
This commit is contained in:
parent
804cee3b93
commit
c78b6564df
@ -6334,6 +6334,7 @@ fn buildOutputFromZig(
|
||||
.pic = comp.root_mod.pic,
|
||||
.optimize_mode = optimize_mode,
|
||||
.structured_cfg = comp.root_mod.structured_cfg,
|
||||
.code_model = comp.root_mod.code_model,
|
||||
},
|
||||
.global = config,
|
||||
.cc_argv = &.{},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user