diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-07-05 15:21:20 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-07-05 15:21:20 -0700 |
| commit | 2ee864ca5eb46468e8e0f4237a5532b76b60d715 (patch) | |
| tree | a70213c0c4c9f5c861e4c784e5980d6b60fea08d /src/link.zig | |
| parent | 927e59d0532c77e2fb3ead0c9c4f7ead0454785a (diff) | |
| download | zig-2ee864ca5eb46468e8e0f4237a5532b76b60d715.tar.gz zig-2ee864ca5eb46468e8e0f4237a5532b76b60d715.zip | |
CLI: add support for -fno-builtin
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 97eb9f8876..871ceded6c 100644 --- a/src/link.zig +++ b/src/link.zig @@ -108,6 +108,7 @@ pub const Options = struct { link_libcpp: bool, link_libunwind: bool, function_sections: bool, + no_builtin: bool, eh_frame_hdr: bool, emit_relocs: bool, rdynamic: bool, |
