summarylogtreecommitdiffstats
path: root/020-m64p-enable-optimizations.patch
blob: 19bfd75673a9d37b2a3daa378434ae66f576e364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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