diff --git a/src/Compilation/Config.zig b/src/Compilation/Config.zig index 5f8776fd1f81d33ca41fdcdf503faef514217b5b..78273f66e42ea8d8b9a4df21a96d8ba7651a7686 100644 --- a/src/Compilation/Config.zig +++ b/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, };