summarylogtreecommitdiffstats
path: root/020-m64p-enable-optimizations.patch
diff options
context:
space:
mode:
authorDaniel Bermond2020-05-04 00:52:16 +0000
committerDaniel Bermond2020-05-04 00:52:16 +0000
commitcec27a6461dd679aebbce6df1b957e5a9da69de8 (patch)
tree16e22b374525f8eb36beaaba629ae46195a43042 /020-m64p-enable-optimizations.patch
parent0b7f098e4c1228c0c61ad2051a322a48947cc56e (diff)
downloadaur-cec27a6461dd679aebbce6df1b957e5a9da69de8.tar.gz
Updated to version 20200427
Diffstat (limited to '020-m64p-enable-optimizations.patch')
-rw-r--r--020-m64p-enable-optimizations.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/020-m64p-enable-optimizations.patch b/020-m64p-enable-optimizations.patch
new file mode 100644
index 000000000000..19bfd75673a9
--- /dev/null
+++ b/020-m64p-enable-optimizations.patch
@@ -0,0 +1,24 @@
+diff -Naurp a/build.sh b/build.sh
+--- a/build.sh 2020-04-24 14:10:40.000000000 +0000
++++ b/build.sh 2020-04-24 14:13:14.231642044 +0000
+@@ -19,7 +19,7 @@ mkdir -p $install_dir
+ base_dir=$PWD
+
+ cd $base_dir/mupen64plus-core/projects/unix
+-make OSD=0 NO_ASM=1 all
++make all
+ cp -P $base_dir/mupen64plus-core/projects/unix/*$suffix* $install_dir
+ cp $base_dir/mupen64plus-core/data/* $install_dir
+
+@@ -66,9 +66,9 @@ make
+
+ cd $base_dir/GLideN64/projects/cmake
+ if [[ $UNAME == *"MINGW"* ]]; then
+- cmake -G "MSYS Makefiles" -DNOHQ=On -DVEC4_OPT=On -DCRC_OPT=On -DMUPENPLUSAPI=On ../../src/
++ cmake -G "MSYS Makefiles" -DMUPENPLUSAPI=On ../../src/
+ else
+- cmake -DNOHQ=On -DVEC4_OPT=On -DCRC_OPT=On -DMUPENPLUSAPI=On ../../src/
++ cmake -DMUPENPLUSAPI=On ../../src/
+ fi
+ make
+