Revert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently causing segfaults on some builds of binutils-avr.
This commit is contained in:
parent
85f4f2c2b1
commit
fb917b7016
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue