Commit 668c0cdeda

Andrew Kelley <andrew@ziglang.org>
2023-12-29 05:20:51
compiler: Compilation.Config: trivial refactor
1 parent 751ff04
Changed files (1)
src
Compilation
src/Compilation/Config.zig
@@ -105,7 +105,7 @@ pub const Options = struct {
     export_memory: ?bool = null,
     shared_memory: ?bool = null,
     test_evented_io: bool = false,
-    debug_format: ?Config.DebugFormat = null,
+    debug_format: ?DebugFormat = null,
     dll_export_fns: ?bool = null,
     rdynamic: ?bool = null,
 };