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 fmttool.ZigFormatMSBuild task.FormatMSBuild target which will format all Zig source files.EnforceCodeStyleInBuild=trueis interpreted as "runzig fmt --checkduringBuild".FormatOnBuild=trueis interpreted as "runzig fmtduringBuild" (equivalent to running theFormattarget).ZigMSBuild task toZigCompile.MicrosoftExtensions=trueto imply-Wno-microsoft-abstract,-Wno-microsoft-anon-tag, and-Wno-microsoft-union-member-reference.-Wreserved-identifierby default atWarningLevel=1and above.ZigCompileto no longer pass-fno-strict-overflowin C/C++ projects.EagerBindingproperty to control-z now.RelocationHardeningproperty to control-z relro.ExecutableStackproperty to control-z noexecstack.-z originto 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