mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-22 13:46:06 +01:00
Makefile.in: Enable vkd3d-proton traces for unstripped builds.
This commit is contained in:
parent
a76c324c30
commit
eda653f413
1 changed files with 4 additions and 0 deletions
|
|
@ -567,6 +567,10 @@ VKD3D_PROTON_MESON_ARGS32 = --bindir=$(VKD3D_PROTON_DST32)/lib/wine/vkd3d-proton
|
||||||
VKD3D_PROTON_MESON_ARGS64 = --bindir=$(VKD3D_PROTON_DST64)/lib64/wine/vkd3d-proton
|
VKD3D_PROTON_MESON_ARGS64 = --bindir=$(VKD3D_PROTON_DST64)/lib64/wine/vkd3d-proton
|
||||||
VKD3D_PROTON_DEPENDS = glslang
|
VKD3D_PROTON_DEPENDS = glslang
|
||||||
|
|
||||||
|
ifneq ($(UNSTRIPPED_BUILD),)
|
||||||
|
VKD3D_PROTON_MESON_ARGS = -Denable_trace=true
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(call rules-source,vkd3d-proton,$(SRCDIR)/vkd3d-proton))
|
$(eval $(call rules-source,vkd3d-proton,$(SRCDIR)/vkd3d-proton))
|
||||||
$(eval $(call rules-meson,vkd3d-proton,32,CROSS))
|
$(eval $(call rules-meson,vkd3d-proton,32,CROSS))
|
||||||
$(eval $(call rules-meson,vkd3d-proton,64,CROSS))
|
$(eval $(call rules-meson,vkd3d-proton,64,CROSS))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue