v3.0.96 #44
alexrp
announced in
Announcements
v3.0.96
#44
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
zig fmt
tool.ZigFormat
MSBuild task.Format
MSBuild target which will format all Zig source files.EnforceCodeStyleInBuild=true
is interpreted as "runzig fmt --check
duringBuild
".FormatOnBuild=true
is interpreted as "runzig fmt
duringBuild
" (equivalent to running theFormat
target).Zig
MSBuild task toZigCompile
.MicrosoftExtensions=true
to imply-Wno-microsoft-abstract
,-Wno-microsoft-anon-tag
, and-Wno-microsoft-union-member-reference
.-Wreserved-identifier
by default atWarningLevel=1
and above.ZigCompile
to no longer pass-fno-strict-overflow
in C/C++ projects.EagerBinding
property to control-z now
.RelocationHardening
property to control-z relro
.ExecutableStack
property to control-z noexecstack
.-z origin
to ensure that rpath processing is enabled.ZIG_BO_*
macros to indicate byte order.ZIG_MODE_*
macros toZIG_CFG_*
.win-arm64
.Beta Was this translation helpful? Give feedback.
All reactions