vezel-dev / zig-sdk

An MSBuild SDK for building Zig, C, and C++ projects using the Zig compiler.

Home Page:https://docs.vezel.dev/zig-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable LTO by default once it no longer breaks a bunch of platforms

alexrp opened this issue · comments

It blocks win-x86 completely (see ziglang/zig#8531) and breaks various other platform/language combinations.

Note that LTO is now user-configurable and off by default: 4deb807

Should check the current state of this in Zig 0.11.0. Seems to be working.

Still some breakage on some platforms; pushing to v5.0.

ziglang/zig#15958