diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-11-22 17:28:11 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-11-22 17:28:11 -0700 |
| commit | abc717f203060f7ab16d36f2afe681d838b46801 (patch) | |
| tree | bc15d848e784a0a19e24ec3d6645585550bd0432 /src/link.zig | |
| parent | 55ab50efbd5e475442ac9c3b841e461ee331ee2c (diff) | |
| download | zig-abc717f203060f7ab16d36f2afe681d838b46801.tar.gz zig-abc717f203060f7ab16d36f2afe681d838b46801.zip | |
modernize the PIE patch for the latest master branch
This is the part of #3960 that has to be rewritten to apply to latest
master branch code.
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 7b0271f978..064c178d66 100644 --- a/src/link.zig +++ b/src/link.zig @@ -71,6 +71,7 @@ pub const Options = struct { bind_global_refs_locally: bool, is_native_os: bool, pic: bool, + pie: bool, valgrind: bool, stack_check: bool, single_threaded: bool, |
