Skip to content

Commit

Permalink
Revert the default DEBUG_LEVEL setting from 3 to 2, as this is appare…
Browse files Browse the repository at this point in the history
…ntly causing segfaults on some builds of binutils-avr.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2433 d5102386-fcda-11dd-9fdb-3debd5008f28
  • Loading branch information
Dean authored and Dean committed Aug 1, 2012
1 parent d6dfa87 commit 6de242f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LUFA/Build/lufa_build.mk
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ CC_FLAGS ?=
OBJDIR ?= . OBJDIR ?= .
OBJECT_FILES ?= OBJECT_FILES ?=
DEBUG_FORMAT ?= dwarf-2 DEBUG_FORMAT ?= dwarf-2
DEBUG_LEVEL ?= 3 DEBUG_LEVEL ?= 2


# Sanity check user supplied values # Sanity check user supplied values
$(foreach MANDATORY_VAR, $(LUFA_BUILD_MANDATORY_VARS), $(call ERROR_IF_UNSET, $(MANDATORY_VAR))) $(foreach MANDATORY_VAR, $(LUFA_BUILD_MANDATORY_VARS), $(call ERROR_IF_UNSET, $(MANDATORY_VAR)))
Expand Down

0 comments on commit 6de242f

Please sign in to comment.