aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authororbea2016-09-08 09:39:34 -0700
committerorbea2016-09-08 09:39:34 -0700
commit0f97d2d8b4a9ce8aba382a922f13d3f6e32dadcb (patch)
tree8a2bc8b5344e8bcbc59fe6da5759a7f780d86bb3 /Makefile
parent9b400da1a7d44efda870462121b3e36ab42e134b (diff)
downloadpcsx_rearmed-0f97d2d8b4a9ce8aba382a922f13d3f6e32dadcb.tar.gz
pcsx_rearmed-0f97d2d8b4a9ce8aba382a922f13d3f6e32dadcb.tar.bz2
pcsx_rearmed-0f97d2d8b4a9ce8aba382a922f13d3f6e32dadcb.zip
OPENGL_DEBUG is not needed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 627ccf4..dc4e07d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
TARGET ?= pcsx
CFLAGS += -Wall -Iinclude -ffast-math
ifeq ($(DEBUG), 1)
-CFLAGS += -O0 -ggdb -DOPENGL_DEBUG
+CFLAGS += -O0 -ggdb
else
CFLAGS += -O2 -DNDEBUG
endif