diff options
Diffstat (limited to 'src/link.zig')
| -rw-r--r-- | src/link.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/link.zig b/src/link.zig index 82d67f2a7a..4c485063bd 100644 --- a/src/link.zig +++ b/src/link.zig @@ -66,6 +66,7 @@ pub const Options = struct { error_return_tracing: bool, is_compiler_rt_or_libc: bool, each_lib_rpath: bool, + disable_lld_caching: bool, gc_sections: ?bool = null, allow_shlib_undefined: ?bool = null, linker_script: ?[]const u8 = null, |
