mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
compiler: Compilation.Config: trivial refactor
This commit is contained in:
parent
751ff043d7
commit
668c0cdeda
@ -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,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user