aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e97468..b788e35 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ HAS_OPEN_FIRMWARE = y
TARGETS = monitor-get-edid
-CFLAGS = -O -Wall # -g -DDEBUG
+CFLAGS = -O -Wall # -g
OBJS = monitor-get-edid.c
ifeq (y,$(HAS_VBE))