From 38055a188e25a56a54de07ab790588eae09e1ccd Mon Sep 17 00:00:00 2001 From: david hill Date: Fri, 12 Feb 2016 14:28:13 -0600 Subject: [PATCH] commented out halls my debugflags, messing up debug builds. dont need these flags --- rules.mak | 8 ++++---- rules.mak.debug | 8 ++++---- rules.mak.release | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/rules.mak b/rules.mak index c5882bddd..3c4936c2c 100644 --- a/rules.mak +++ b/rules.mak @@ -60,8 +60,8 @@ ifeq (4.5,$(shell test -x /usr/local/gcc45/bin/gcc && /usr/local/gcc45/bin/gcc - endif #Use only the last, non-comment line from MyDebugFlags file -LOCAL_DEBUG_FLAGS=$(shell test -f $(TOP)/MyDebugFlags && awk '/^[^\#]/ {last=$$0}END{print last}' $(TOP)/MyDebugFlags) -ifneq (,$(LOCAL_DEBUG_FLAGS)) - DEBUG_FLAGS=$(LOCAL_DEBUG_FLAGS) -endif +#LOCAL_DEBUG_FLAGS=$(shell test -f $(TOP)/MyDebugFlags && awk '/^[^\#]/ {last=$$0}END{print last}' $(TOP)/MyDebugFlags) +#ifneq (,$(LOCAL_DEBUG_FLAGS)) +# DEBUG_FLAGS=$(LOCAL_DEBUG_FLAGS) +#endif diff --git a/rules.mak.debug b/rules.mak.debug index d87907bb7..adbf231a4 100644 --- a/rules.mak.debug +++ b/rules.mak.debug @@ -60,8 +60,8 @@ ifeq (4.5,$(shell test -x /usr/local/gcc45/bin/gcc && /usr/local/gcc45/bin/gcc - endif #Use only the last, non-comment line from MyDebugFlags file -LOCAL_DEBUG_FLAGS=$(shell test -f $(TOP)/MyDebugFlags && awk '/^[^\#]/ {last=$$0}END{print last}' $(TOP)/MyDebugFlags) -ifneq (,$(LOCAL_DEBUG_FLAGS)) - DEBUG_FLAGS=$(LOCAL_DEBUG_FLAGS) -endif +#LOCAL_DEBUG_FLAGS=$(shell test -f $(TOP)/MyDebugFlags && awk '/^[^\#]/ {last=$$0}END{print last}' $(TOP)/MyDebugFlags) +#ifneq (,$(LOCAL_DEBUG_FLAGS)) +# DEBUG_FLAGS=$(LOCAL_DEBUG_FLAGS) +#endif diff --git a/rules.mak.release b/rules.mak.release index c5882bddd..3c4936c2c 100644 --- a/rules.mak.release +++ b/rules.mak.release @@ -60,8 +60,8 @@ ifeq (4.5,$(shell test -x /usr/local/gcc45/bin/gcc && /usr/local/gcc45/bin/gcc - endif #Use only the last, non-comment line from MyDebugFlags file -LOCAL_DEBUG_FLAGS=$(shell test -f $(TOP)/MyDebugFlags && awk '/^[^\#]/ {last=$$0}END{print last}' $(TOP)/MyDebugFlags) -ifneq (,$(LOCAL_DEBUG_FLAGS)) - DEBUG_FLAGS=$(LOCAL_DEBUG_FLAGS) -endif +#LOCAL_DEBUG_FLAGS=$(shell test -f $(TOP)/MyDebugFlags && awk '/^[^\#]/ {last=$$0}END{print last}' $(TOP)/MyDebugFlags) +#ifneq (,$(LOCAL_DEBUG_FLAGS)) +# DEBUG_FLAGS=$(LOCAL_DEBUG_FLAGS) +#endif