From 898884c76e8731045e1a657ffac72b49ca7d41d5 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 20 Oct 2005 19:55:06 +0000 Subject: [PATCH] Debugging defaults to off. --- motorApp/SoftMotorSrc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/motorApp/SoftMotorSrc/Makefile b/motorApp/SoftMotorSrc/Makefile index 6a7f17ba..140d3df2 100644 --- a/motorApp/SoftMotorSrc/Makefile +++ b/motorApp/SoftMotorSrc/Makefile @@ -5,8 +5,8 @@ include $(TOP)/configure/CONFIG # ADD MACRO DEFINITIONS AFTER THIS LINE # The following are used for debugging messages. -USR_CFLAGS += -DDEBUG -USR_CXXFLAGS += -DDEBUG +#!USR_CFLAGS += -DDEBUG +#!USR_CXXFLAGS += -DDEBUG DBD += devSoftMotor.dbd