From fb917b701637c0bb6980c657f3c888057305eb9e Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Wed, 1 Aug 2012 20:01:56 +0000
Subject: [PATCH] Revert the default DEBUG_LEVEL setting from 3 to 2, as this
 is apparently causing segfaults on some builds of binutils-avr.

---
 LUFA/Build/lufa_build.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)))
-- 
GitLab