aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-02-25 09:30:33 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-02-25 09:30:33 +0000
commit59b3868214a40e1cacf62c5f097d228310cd9eeb (patch)
tree06167d5246f5a1f93806a7e730f313af1e2b69fd /Makefile
parent8c463e6886ec1c4d9b337a1922cd52df5d7f9120 (diff)
downloadmonitor-edid-59b3868214a40e1cacf62c5f097d228310cd9eeb.tar
monitor-edid-59b3868214a40e1cacf62c5f097d228310cd9eeb.tar.gz
monitor-edid-59b3868214a40e1cacf62c5f097d228310cd9eeb.tar.bz2
monitor-edid-59b3868214a40e1cacf62c5f097d228310cd9eeb.tar.xz
monitor-edid-59b3868214a40e1cacf62c5f097d228310cd9eeb.zip
- 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
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))