app-emulation/dxvk: Don't replace -O3.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
DXVK compiles with -O3 by default, so whatever the reason was that I replaced it, it seems fixed now.
This commit is contained in:
parent
655cee5ab1
commit
115529e38b
|
@ -81,7 +81,6 @@ src_prepare() {
|
||||||
if [[ $(is-flag "-march=*") == "true" ]]; then
|
if [[ $(is-flag "-march=*") == "true" ]]; then
|
||||||
append-flags "-mno-avx"
|
append-flags "-mno-avx"
|
||||||
fi
|
fi
|
||||||
replace-flags "-O3" "-O2"
|
|
||||||
|
|
||||||
sed -i "s|^basedir=.*$|basedir=\"${EPREFIX}\"|" setup_dxvk.sh || die
|
sed -i "s|^basedir=.*$|basedir=\"${EPREFIX}\"|" setup_dxvk.sh || die
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,6 @@ src_prepare() {
|
||||||
if [[ $(is-flag "-march=*") == "true" ]]; then
|
if [[ $(is-flag "-march=*") == "true" ]]; then
|
||||||
append-flags "-mno-avx"
|
append-flags "-mno-avx"
|
||||||
fi
|
fi
|
||||||
replace-flags "-O3" "-O2"
|
|
||||||
|
|
||||||
sed -i "s|^basedir=.*$|basedir=\"${EPREFIX}\"|" setup_dxvk.sh || die
|
sed -i "s|^basedir=.*$|basedir=\"${EPREFIX}\"|" setup_dxvk.sh || die
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user