diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-15 09:59:35 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-15 09:59:35 +0000 |
| commit | 4282c37a0f540b4583351e1dac0bd6e37cd56670 (patch) | |
| tree | 8431756f63568daa02b21c771ef4479846e3d3a3 /BuildTests/SingleUSBModeTest | |
| parent | 44997724688eed5a58970db0b827ef162205d78b (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2404 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'BuildTests/SingleUSBModeTest')
| -rw-r--r-- | BuildTests/SingleUSBModeTest/makefile.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildTests/SingleUSBModeTest/makefile.test b/BuildTests/SingleUSBModeTest/makefile.test index 4d8ddc5f..800e3c3a 100644 --- a/BuildTests/SingleUSBModeTest/makefile.test +++ b/BuildTests/SingleUSBModeTest/makefile.test @@ -13,6 +13,7 @@ MCU = ARCH = BOARD = NONE F_CPU = $(F_USB) +DEBUG_LEVEL = 0 ifeq ($(ARCH), AVR8) F_USB = 8000000 |
