notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b400da
)
OPENGL_DEBUG is not needed
author
orbea
<ovariegata@yahoo.com>
Thu, 8 Sep 2016 16:39:34 +0000
(09:39 -0700)
committer
orbea
<ovariegata@yahoo.com>
Thu, 8 Sep 2016 16:39:34 +0000
(09:39 -0700)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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