From 0f97d2d8b4a9ce8aba382a922f13d3f6e32dadcb Mon Sep 17 00:00:00 2001 From: orbea Date: Thu, 8 Sep 2016 09:39:34 -0700 Subject: OPENGL_DEBUG is not needed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3