Skip to content
Snippets Groups Projects
Commit fb917b70 authored by Dean Camera's avatar Dean Camera
Browse files

Revert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently...

Revert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently causing segfaults on some builds of binutils-avr.
parent 85f4f2c2
No related branches found
No related tags found
No related merge requests found
......@@ -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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment