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 `--stack` linker flag

alexrp opened this issue · comments

The form is -Wl,-z,stack-size=<value> for C/C++ and --stack <value> for Zig.

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