authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-12-28 21:20:51-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-01-01 19:49:08-07:00
log668c0cdeda93491050b1f260865a963d008fd553
tree319803d9cc89f205c4037e49bc82d12882b7f781
parent751ff043d777c31655757df3ca93b2acaa8204a4

compiler: Compilation.Config: trivial refactor


1 files changed, 1 insertions(+), 1 deletions(-)

src/Compilation/Config.zig+1-1
...@@ -105,7 +105,7 @@ pub const Options = struct {...@@ -105,7 +105,7 @@ pub const Options = struct {
105 export_memory: ?bool = null,105 export_memory: ?bool = null,
106 shared_memory: ?bool = null,106 shared_memory: ?bool = null,
107 test_evented_io: bool = false,107 test_evented_io: bool = false,
108 debug_format: ?Config.DebugFormat = null,108 debug_format: ?DebugFormat = null,
109 dll_export_fns: ?bool = null,109 dll_export_fns: ?bool = null,
110 rdynamic: ?bool = null,110 rdynamic: ?bool = null,
111};111};