SHA256
1
0
forked from pool/dxvk
Marcus Meissner 2020-10-21 14:34:37 +00:00 committed by Git OBS Bridge
parent 4b0aaee2b6
commit 9a81c44681

View File

@ -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 -fno-lto"
export CFLAGS="%optflags -DNDEBUG -fPIC -O2 -pthread -fno-strict-aliasing -fpredictive-commoning -fuse-linker-plugin -fno-stack-protector"
export CXXFLAGS="${CFLAGS} -fpermissive"
export LDFLAGS="-fPIC -Wl,--sort-common -Wl,--gc-sections -Wl,-O1 -fuse-linker-plugin"