summarylogtreecommitdiffstats
path: root/020-m64p-change-optimizations.patch
diff options
context:
space:
mode:
Diffstat (limited to '020-m64p-change-optimizations.patch')
-rw-r--r--020-m64p-change-optimizations.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/020-m64p-change-optimizations.patch b/020-m64p-change-optimizations.patch
index e1482efa4831..db1144bb77e4 100644
--- a/020-m64p-change-optimizations.patch
+++ b/020-m64p-change-optimizations.patch
@@ -1,15 +1,15 @@
--- a/build.sh
+++ b/build.sh
-@@ -24,7 +24,7 @@ mkdir -p $install_dir
- base_dir=$PWD
+@@ -26,7 +26,7 @@ base_dir=$PWD
+ export OPTFLAGS="-O3 -flto -march=x86-64-v3"
cd $base_dir/mupen64plus-core/projects/unix
--make NETPLAY=1 NO_ASM=1 OSD=0 all
-+make NETPLAY=1 OSD=0 all
+-make NETPLAY=1 NO_ASM=1 OSD=0 V=1 all
++make NETPLAY=1 OSD=0 V=1 all
cp -P $base_dir/mupen64plus-core/projects/unix/*$suffix* $install_dir
cp $base_dir/mupen64plus-core/data/* $install_dir
-@@ -75,9 +75,9 @@ fi
+@@ -77,9 +77,9 @@ fi
mkdir -p $base_dir/parallel-rsp/build
cd $base_dir/parallel-rsp/build
if [[ $UNAME == *"MINGW"* ]]; then
@@ -19,9 +19,9 @@
- cmake -DCMAKE_BUILD_TYPE=Release ..
+ cmake -DCMAKE_BUILD_TYPE=None ..
fi
- cmake --build .
+ VERBOSE=1 cmake --build .
cp mupen64plus-rsp-parallel.* $install_dir
-@@ -85,9 +85,9 @@ cp mupen64plus-rsp-parallel.* $install_dir
+@@ -87,9 +87,9 @@ cp mupen64plus-rsp-parallel.* $install_dir
mkdir -p $base_dir/parallel-rdp-standalone/build
cd $base_dir/parallel-rdp-standalone/build
if [[ $UNAME == *"MINGW"* ]]; then
@@ -31,5 +31,5 @@
- cmake -DCMAKE_BUILD_TYPE=Release ..
+ cmake -DCMAKE_BUILD_TYPE=None ..
fi
- cmake --build .
+ VERBOSE=1 cmake --build .
cp mupen64plus-video-parallel.* $install_dir