Releases: vezel-dev/zig-sdk
Releases · vezel-dev/zig-sdk
v2.3.4
v2.3.3
v2.3.2
v2.2.13
v2.2.12
v2.1.13
- Removed
-Wthread-safety-negative
fromThreadingAnalysis
as it is too experimental and makes the feature less helpful. - Added the project directory to the default include paths (done in the
Zig
task, not theIncludeDirectory
item type). - Fixed misleading messages in
VSTest
output.
v2.1.10
v2.2.11
- Disabled link-time optimization as it currently breaks many platform/configuration combinations (see #33).
- Added
win-x86
to the defaultRuntimeIdentifiers
. - Changed
ZigCompile
to always link to libc explicitly, even in Zig projects. - Changed the final target triple passed to the Zig compiler to include target OS/libc version.
- Added a
ConfigurationDefines
property which adds implicitDefineConstants
macros for the build mode. - Added a
TrustAnalysis
property to control-Wtcb-enforcement
. - Fixed white space trimming for
DisableWarnings
.