aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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