From: Dean Camera Date: Wed, 1 Aug 2012 20:01:56 +0000 (+0000) Subject: Revert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently causing... X-Git-Tag: LUFA-130303~95 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/fb917b701637c0bb6980c657f3c888057305eb9e?ds=inline Revert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently causing segfaults on some builds of binutils-avr. --- diff --git a/LUFA/Build/lufa_build.mk b/LUFA/Build/lufa_build.mk index bed98c272..175057022 100644 --- a/LUFA/Build/lufa_build.mk +++ b/LUFA/Build/lufa_build.mk @@ -98,7 +98,7 @@ CC_FLAGS ?= OBJDIR ?= . OBJECT_FILES ?= DEBUG_FORMAT ?= dwarf-2 -DEBUG_LEVEL ?= 3 +DEBUG_LEVEL ?= 2 # Sanity check user supplied values $(foreach MANDATORY_VAR, $(LUFA_BUILD_MANDATORY_VARS), $(call ERROR_IF_UNSET, $(MANDATORY_VAR)))