From: Mathieu BĂ©rard Date: Sat, 9 Sep 2006 00:10:05 +0000 (+0000) Subject: * Disable debug in Makefile X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=481cbf3ca6deeb6c5ad6edeedfd43d99370528e6;p=omnibook.git * Disable debug in Makefile --- 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