From: qwert Date: Wed, 23 Jul 2008 15:08:56 +0000 (+0000) Subject: Deactivate boot debug mode X-Git-Tag: 2.0.0~426 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=ff96743938330c9a5006cc6158aac64a0b8d4e78;p=bertos.git Deactivate boot debug mode git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1508 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/app/triface/triface.mk b/app/triface/triface.mk index a30697f8..c3709f9d 100644 --- a/app/triface/triface.mk +++ b/app/triface/triface.mk @@ -59,7 +59,7 @@ endif boot_EMBEDDED_TGT = 1 # Set to 1 for debug builds -boot_DEBUG = 1 +boot_DEBUG = 0 # Our target application TRG += boot