OPENGL_DEBUG is not needed
authororbea <ovariegata@yahoo.com>
Thu, 8 Sep 2016 16:39:34 +0000 (09:39 -0700)
committerorbea <ovariegata@yahoo.com>
Thu, 8 Sep 2016 16:39:34 +0000 (09:39 -0700)
Makefile

index 627ccf4..dc4e07d 100644 (file)
--- 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