From 481cbf3ca6deeb6c5ad6edeedfd43d99370528e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathieu=20B=C3=A9rard?= Date: Sat, 9 Sep 2006 00:10:05 +0000 Subject: [PATCH] * Disable debug in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bbb255..3eba551 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ RM = rm -f FIND = find endif -DEBUG = -D OMNIBOOK_DEBUG -g -O0 +DEBUG = # -D OMNIBOOK_DEBUG -g -O0 EXTRA_CFLAGS += -D OMNIBOOK_STANDALONE $(DEBUG) EXTRA_LDFLAGS += $(src)/sections.lds -- 2.43.5