mirror of
https://github.com/ziglang/zig.git
synced 2024-11-14 16:13:24 +00:00
main: parse --dynamicbase linker arg
This commit is contained in:
parent
c83ab7cc6a
commit
440b3df702
@ -2072,6 +2072,8 @@ fn buildOutputType(
|
||||
linker_tsaware = true;
|
||||
} else if (mem.eql(u8, arg, "--nxcompat")) {
|
||||
linker_nxcompat = true;
|
||||
} else if (mem.eql(u8, arg, "--dynamicbase")) {
|
||||
linker_dynamicbase = true;
|
||||
} else if (mem.eql(u8, arg, "--no-dynamicbase")) {
|
||||
linker_dynamicbase = false;
|
||||
} else if (mem.eql(u8, arg, "--high-entropy-va")) {
|
||||
|
Loading…
Reference in New Issue
Block a user