Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / spirv-tools
Commits: ea080e22 by Timo Aaltonen at 2024-02-07T19:19:00+02:00 rules: Disable lto, since it might have broken at least spirv-val. - - - - - 7497eb95 by Timo Aaltonen at 2024-02-08T08:39:35+02:00 rules: Disable lto, since it breaks at least spirv-val. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +spirv-tools (2023.6~rc1-2) unstable; urgency=medium + + * rules: Disable lto, since it breaks at least spirv-val. + + -- Timo Aaltonen <[email protected]> Wed, 07 Feb 2024 19:19:14 +0200 + spirv-tools (2023.6~rc1-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS=optimize=-lto + %: dh $@ View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-tools/-/compare/3f62345403fb4332ad3f6e0bfdd1aec83e95490e...7497eb9550218d37c473d1221e16151621475120 -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-tools/-/compare/3f62345403fb4332ad3f6e0bfdd1aec83e95490e...7497eb9550218d37c473d1221e16151621475120 You're receiving this email because of your account on salsa.debian.org.

