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/BoardDriverTest/makefile.test | |
| 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/BoardDriverTest/makefile.test')
| -rw-r--r-- | BuildTests/BoardDriverTest/makefile.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildTests/BoardDriverTest/makefile.test b/BuildTests/BoardDriverTest/makefile.test index ea2c8368..234add1a 100644 --- a/BuildTests/BoardDriverTest/makefile.test +++ b/BuildTests/BoardDriverTest/makefile.test @@ -19,6 +19,7 @@ TARGET = Test SRC = $(TARGET).c LUFA_PATH = ../../LUFA CC_FLAGS = -Werror +DEBUG_LEVEL = 0 # Include LUFA build script makefiles include $(LUFA_PATH)/Build/lufa_build.mk
\ No newline at end of file |
