From 3ca025f214cdfb5b9815fd20e9443be1ad365e0e Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 15 Jul 2012 09:59:35 +0000 Subject: 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. --- BuildTests/ModuleTest/makefile.test | 1 + 1 file changed, 1 insertion(+) (limited to 'BuildTests/ModuleTest') diff --git a/BuildTests/ModuleTest/makefile.test b/BuildTests/ModuleTest/makefile.test index b61c42b52..b01998f4b 100644 --- a/BuildTests/ModuleTest/makefile.test +++ b/BuildTests/ModuleTest/makefile.test @@ -17,6 +17,7 @@ OPTIMIZATION = 1 TARGET = Test SRC = $(TARGET)_C.c $(TARGET)_CPP.cpp Dummy.S $(LUFA_SRC_USB) LUFA_PATH = ../../LUFA +DEBUG_LEVEL = 0 ifeq ($(ARCH), AVR8) F_USB = 8000000 -- cgit v1.2.3