summarylogtreecommitdiffstats
path: root/020-m64p-change-optimizations.patch
blob: c383e3a2214f7c7ab0351cf5fda4b0e8575bb5c8 (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
25
26
--- a/build.sh
+++ b/build.sh
@@ -77,9 +77,9 @@ fi
 mkdir -p $base_dir/parallel-rsp/build
 cd $base_dir/parallel-rsp/build
 if [[ $UNAME == *"MINGW"* ]]; then
-  cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release ..
+  cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=None ..
 else
-  cmake -DCMAKE_BUILD_TYPE=Release ..
+  cmake -DCMAKE_BUILD_TYPE=None ..
 fi
 cmake --build .
 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
-  cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release ..
+  cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=None ..
 else
-  cmake -DCMAKE_BUILD_TYPE=Release ..
+  cmake -DCMAKE_BUILD_TYPE=None ..
 fi
 cmake --build .
 cp mupen64plus-video-parallel.* $install_dir