Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Turn off generation of debug information when performing a validation build, and when running the build tests.
This commit is contained in:
parent
3c1b28cf5f
commit
3ca025f214
7 changed files with 35 additions and 14 deletions
|
|
@ -13,6 +13,7 @@ MCU =
|
|||
ARCH =
|
||||
BOARD = NONE
|
||||
F_CPU = $(F_USB)
|
||||
DEBUG_LEVEL = 0
|
||||
|
||||
ifeq ($(ARCH), AVR8)
|
||||
F_USB = 8000000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue