aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTwinaphex2016-09-27 01:43:09 +0200
committerGitHub2016-09-27 01:43:09 +0200
commitd4ee47f3f4d639d551b187e3eef39490fa859758 (patch)
tree075e8656f5d9f6524577a7f00530279adffb67bd /Makefile
parent1024d6ba608b718ce33d559b7b433e948b4d0e9a (diff)
parent2f73c14c11377887630c696cefd035a21e976e09 (diff)
downloadpcsx_rearmed-d4ee47f3f4d639d551b187e3eef39490fa859758.tar.gz
pcsx_rearmed-d4ee47f3f4d639d551b187e3eef39490fa859758.tar.bz2
pcsx_rearmed-d4ee47f3f4d639d551b187e3eef39490fa859758.zip
Merge pull request #71 from frangarcj/master
Optimizations and quit error
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7360770..600a1d3 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ ifeq ($(DEBUG), 1)
CFLAGS += -O0 -ggdb
else
ifeq ($(platform), vita)
-CFLAGS += -O1 -DNDEBUG
+CFLAGS += -O3 -DNDEBUG
else
CFLAGS += -O2 -DNDEBUG
endif