From 5f81d0b373548bb0491c2f35d5d7d7c5dc7b077a84985ed392e3148c3d94c0db Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 9 Dec 2020 10:28:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Emulators:Wine/dxvk?expand=0&rev=15 --- dxvk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dxvk.spec b/dxvk.spec index 4df5ae2..54fd671 100644 --- a/dxvk.spec +++ b/dxvk.spec @@ -56,7 +56,7 @@ Provides a Vulkan-based implementation of DXGI and D3D11 in order to run 3D appl %setup -q %build -export CFLAGS="%optflags -DNDEBUG -fPIC -O2 -pthread -fno-strict-aliasing -fpredictive-commoning -fuse-linker-plugin -fno-stack-protector" +export CFLAGS="%optflags -DNDEBUG -fPIC -O2 -pthread -fno-strict-aliasing -fpredictive-commoning -fuse-linker-plugin -fno-stack-protector -fno-stack-clash-protection" export CXXFLAGS="${CFLAGS} -fpermissive" export LDFLAGS="-fPIC -Wl,--sort-common -Wl,--gc-sections -Wl,-O1 -fuse-linker-plugin"