diff options
| author | Nathan Bourgeois <iridescentrosesfall@gmail.com> | 2020-10-01 15:57:19 -0400 |
|---|---|---|
| committer | Nathan Bourgeois <iridescentrosesfall@gmail.com> | 2020-10-01 15:57:19 -0400 |
| commit | 5c84f9dad456c54dcb1937d13837fabefa507135 (patch) | |
| tree | 867b812282eba323edecd1d0850a6b02d44ea0e1 /src/link.zig | |
| parent | bf0afaa876391571f6072650bf450356b26c928d (diff) | |
| download | zig-5c84f9dad456c54dcb1937d13837fabefa507135.tar.gz zig-5c84f9dad456c54dcb1937d13837fabefa507135.zip | |
Patch in emit relocs support
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 4d28c8a1a7..3b00684170 100644 --- a/src/link.zig +++ b/src/link.zig @@ -60,6 +60,7 @@ pub const Options = struct { link_libcpp: bool, function_sections: bool, eh_frame_hdr: bool, + emit_relocs: bool, rdynamic: bool, z_nodelete: bool, z_defs: bool, |
