You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: adopt static linking for Yams on Windows toolchain
Windows now partially supports static linking of Swift libraries
(non-swiftCore targets). Use this to enable static linking of Yams as
there is a single user (swift-driver). This allows us to save ~256KB
due to the internalisation.
0 commit comments