From 5e4a247a9775f8af26622ce905e274bb037a8e16 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Mon, 18 Feb 2013 21:18:31 +0000 Subject: [PATCH] Comment out compiler flags that are not portable to non-GCC compilers --- motorApp/PC6KSrc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/PC6KSrc/Makefile b/motorApp/PC6KSrc/Makefile index a13acb14..9c724f60 100644 --- a/motorApp/PC6KSrc/Makefile +++ b/motorApp/PC6KSrc/Makefile @@ -5,7 +5,7 @@ include $(TOP)/configure/CONFIG # The following are used for debugging messages. #USR_CXXFLAGS += -DDEBUG -OPT_CXXFLAGS = -g -O0 +#OPT_CXXFLAGS = -g -O0 DBD += devPC6K.dbd