mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 04:24:33 +01:00
compiler: Fix @import("builtin").unwind_tables logic.
This commit is contained in:
parent
f38d7a92cc
commit
566cc4f99d
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ pub fn create(arena: Allocator, options: CreateOptions) !*Package.Module {
|
|||
.zig_backend = zig_backend,
|
||||
.output_mode = options.global.output_mode,
|
||||
.link_mode = options.global.link_mode,
|
||||
.unwind_tables = options.global.any_unwind_tables,
|
||||
.unwind_tables = unwind_tables,
|
||||
.is_test = options.global.is_test,
|
||||
.single_threaded = single_threaded,
|
||||
.link_libc = options.global.link_libc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue