commit 33f9ab0
Michael Forney
·
2014-01-15 12:39:55 +0000 UTC
parent dcf630d
Makefile: Remove redundant setting of ENABLE_DEBUG
1 files changed,
+0,
-4
M
Makefile
M
Makefile
+0,
-4
1@@ -26,10 +26,6 @@ WLD_SOURCES = \
2 renderer.c
3 WLD_HEADERS = wld.h
4
5-ifeq ($(ENABLE_DEBUG),1)
6- WLD_CPPFLAGS += -DENABLE_DEBUG=1
7-endif
8-
9 ifeq ($(ENABLE_DRM),1)
10 WLD_REQUIRES_PRIVATE += libdrm
11 WLD_SOURCES += drm.c dumb.c