aboutsummaryrefslogtreecommitdiff
path: root/src/link.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/link.zig')
-rw-r--r--src/link.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/link.zig b/src/link.zig
index c8999cee47..672a53999f 100644
--- a/src/link.zig
+++ b/src/link.zig
@@ -200,6 +200,8 @@ pub const Options = struct {
compatibility_version: ?std.builtin.Version,
libc_installation: ?*const LibCInstallation,
+ dwarf_format: ?std.dwarf.Format,
+
/// WASI-only. Type of WASI execution model ("command" or "reactor").
wasi_exec_model: std.builtin.WasiExecModel = undefined,