Skip to content

Commit 1eb9607

Browse files
committed
compiler: Compilation.Config: trivial refactor
1 parent 2415633 commit 1eb9607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compilation/Config.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub const Options = struct {
105105
export_memory: ?bool = null,
106106
shared_memory: ?bool = null,
107107
test_evented_io: bool = false,
108-
debug_format: ?Config.DebugFormat = null,
108+
debug_format: ?DebugFormat = null,
109109
dll_export_fns: ?bool = null,
110110
rdynamic: ?bool = null,
111111
};

0 commit comments

Comments
 (0)