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 `--image-base` linker flag

alexrp opened this issue · comments

The form is -Wl,--image-base,<value> for C/C++ and --image-base <value> for Zig.

Should be exposed as <ImageBase>0x12345678</ImageBase>.