projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f4f2c
)
Revert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently causing...
author
Dean Camera
<dean@fourwalledcubicle.com>
Wed, 1 Aug 2012 20:01:56 +0000
(20:01 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Wed, 1 Aug 2012 20:01:56 +0000
(20:01 +0000)
LUFA/Build/lufa_build.mk
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Build/lufa_build.mk
b/LUFA/Build/lufa_build.mk
index
bed98c2
..
1750570
100644
(file)
--- 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)))