| author | |
| committer | |
| log | 668c0cdeda93491050b1f260865a963d008fd553 |
| tree | 319803d9cc89f205c4037e49bc82d12882b7f781 |
| parent | 751ff043d777c31655757df3ca93b2acaa8204a4 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/Compilation/Config.zig+1-1| ... | ... | @@ -105,7 +105,7 @@ pub const Options = struct { |
| 105 | 105 | export_memory: ?bool = null, |
| 106 | 106 | shared_memory: ?bool = null, |
| 107 | 107 | test_evented_io: bool = false, |
| 108 | debug_format: ?Config.DebugFormat = null, | |
| 108 | debug_format: ?DebugFormat = null, | |
| 109 | 109 | dll_export_fns: ?bool = null, |
| 110 | 110 | rdynamic: ?bool = null, |
| 111 | 111 | }; |