diff --git a/Makefile.in b/Makefile.in index d353693e6..d31e8a38d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -795,6 +795,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 @@ -1274,7 +1277,7 @@ all-dist: $(DIST_OVR32) $(DIST_OVR64) ## default_pfx ## -default_pfx: wine gst_good gst_libav gst_plugins_rs lsteamclient steamexe vrclient wineopenxr dxvk dxvk-nvapi vkd3d-proton +default_pfx: wine gst_good gst_bad gst_libav gst_plugins_rs lsteamclient steamexe vrclient wineopenxr dxvk dxvk-nvapi vkd3d-proton find $(DST_LIBDIR32)/wine -type f -execdir chmod a-w '{}' '+' find $(DST_LIBDIR64)/wine -type f -execdir chmod a-w '{}' '+' rm -rf $(abspath $(DIST_PREFIX))