vezel-dev / zig-sdk

An MSBuild SDK for building Zig, C, and C++ projects using the Zig compiler.

Home Page:https://docs.vezel.dev/zig-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support `--dynamicbase` linker flag

alexrp opened this issue · comments

The form is -Wl,--(no-)dynamicbase for C/C++ and --(no-)dynamicbase for Zig.

Should be exposed as <DynamicImageBase>false</DynamicImageBase>.