v4.0.154 #81
alexrp
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
net472; net6.0
tonetstandard2.0
.ZigVersion
from0.9.1
to0.11.0
.TargetSystemVersion
for macOS from10.14
to11.7
in accordance with Zig support policy.TargetSystemVersion
for Windows fromwin7
towin10
in accordance with .NET support policy.HostAbi
/TargetAbi
for macOS fromgnu
tonone
.HostArchitecture
/TargetArchitecture
for 32-bit x86 fromi386
tox86
.linux-arm
,osx-arm64
, andwin-arm64
to the defaultRuntimeIdentifiers
.Configuration=Debug
:-Og
->-O0
Configuration=Release
,ReleaseMode=Fast
:-O3
->-O2
Configuration=Release
,ReleaseMode=Safe
:-O2 -fsanitize=undefined
(unchanged)Configuration=Release
,ReleaseMode=Small
:-Oz
->-Os
Beta Was this translation helpful? Give feedback.
All reactions