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
ci(release): pass explicit --release to all shipped-artifact builds
Now that the global default profile is dev (v0.0.76) and the bootstrap pin is
0.0.76 (which understands --release), make release.yml explicit: every
shipped-artifact `mcpp build` passes --release so releases are -O2 regardless of
any project-default. (mcpp.toml also sets default-profile=release, which keeps
the self-host CI builds optimized without a flag; release.yml is now belt-and-
suspenders + self-documenting.) Safe to add now — earlier it would have broken
the 0.0.76 release built by the 0.0.75 bootstrap, which predates --release.
0 commit comments