app-emulation/dxvk: Don't replace -O3.

DXVK compiles with -O3 by default, so whatever the reason was that I
replaced it, it seems fixed now.
This commit is contained in:
tastytea 2021-01-09 13:00:17 +01:00
parent 655cee5ab1
commit 115529e38b
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 0 additions and 2 deletions

View File

@ -81,7 +81,6 @@ src_prepare() {
if [[ $(is-flag "-march=*") == "true" ]]; then
append-flags "-mno-avx"
fi
replace-flags "-O3" "-O2"
sed -i "s|^basedir=.*$|basedir=\"${EPREFIX}\"|" setup_dxvk.sh || die

View File

@ -81,7 +81,6 @@ src_prepare() {
if [[ $(is-flag "-march=*") == "true" ]]; then
append-flags "-mno-avx"
fi
replace-flags "-O3" "-O2"
sed -i "s|^basedir=.*$|basedir=\"${EPREFIX}\"|" setup_dxvk.sh || die