From: orbea Date: Thu, 8 Sep 2016 16:39:34 +0000 (-0700) Subject: OPENGL_DEBUG is not needed X-Git-Tag: r24l~838^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f97d2d8b4a9ce8aba382a922f13d3f6e32dadcb;p=pcsx_rearmed.git OPENGL_DEBUG is not needed --- diff --git a/Makefile b/Makefile index 627ccf4f..dc4e07da 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