dev-util/spirv-tools causes runtime failures with LTO
eternal-sorrow opened this issue · comments
Eternal Sorrow commented
mpv-player/mpv#12510 caused by LTO misoptimization of spirv-tools
dev-util/spirv-tools *FLAGS-="-flto"*
fixes the failure.
A Gentoo Portage configuration for building with -O3, Graphite, and LTO optimizations
eternal-sorrow opened this issue · comments
mpv-player/mpv#12510 caused by LTO misoptimization of spirv-tools
dev-util/spirv-tools *FLAGS-="-flto"*
fixes the failure.