From 59b3868214a40e1cacf62c5f097d228310cd9eeb Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 25 Feb 2005 09:30:33 +0000 Subject: - get rid of compile time DEBUG using runtime variable "verbose" instead => allow accessing memory size as ddcxinfos used to do - struct vbe_info really is unused, dropping it - simplify canon_str (it doesn't malloc anymore) - new function get_str() to factorize code --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)) -- cgit v1.2.1