mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-14 15:48:11 +03:00
Makefile.in: Disable LTO for vkd3d.
Adapted by Arkadiusz Hiler.
This commit is contained in:
parent
4754b4b23b
commit
904e81e309
@ -544,6 +544,9 @@ VKD3D_CONFIGURE_ARGS = \
|
||||
--without-ncurses \
|
||||
SONAME_LIBVULKAN=vulkan-1 \
|
||||
|
||||
# LTO is enabled by default, but causes the build to fail. I havent't
|
||||
# investigated this yet.
|
||||
VKD3D_CFLAGS = -fno-lto
|
||||
VKD3D_LDFLAGS = -static-libgcc $(CROSSLDFLAGS)
|
||||
VKD3D_DEPENDS = vulkan-headers spirv-headers
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user