From ce92b2fa468f843963c718f8c8bf457a8deedf8b Mon Sep 17 00:00:00 2001 From: Rob van der Wijngaart Date: Mon, 25 Jan 2016 14:37:09 -0800 Subject: [PATCH] Commented out debug flag in SERIAL/PIC/Makefile. Standard behavior should be nonverbose. --- SERIAL/PIC/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SERIAL/PIC/Makefile b/SERIAL/PIC/Makefile index 2abc65403..457c26b77 100644 --- a/SERIAL/PIC/Makefile +++ b/SERIAL/PIC/Makefile @@ -12,7 +12,7 @@ OPTFLAGS = $(DEFAULT_OPT_FLAGS) #description: the "restrict" keyword can be used on IA platforms to disambiguate # data accessed through pointers -DEBUGFLAG = -DVERBOSE +#DEBUGFLAG = -DVERBOSE #description: default diagnostic style is silent USERFLAGS =