forked from mfulz_github/qmk_firmware
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
|
@ -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…
Reference in New Issue