Clean up and speed up build tests by turning off expensive and slow size optimization...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 13 May 2012 19:10:46 +0000 (19:10 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 13 May 2012 19:10:46 +0000 (19:10 +0000)
commit80e278acde4ef31a2742f49639e2053ffb0dd975
tree707f573916c28cd86d2044392feee86f8b18c4fe
parent0a00ee403732be3925bf68c755823b93dfb3169d
Clean up and speed up build tests by turning off expensive and slow size optimizations, and generation of assembly listings (*.lst) for each compiled source file.
13 files changed:
BuildTests/BoardDriverTest/makefile
BuildTests/BoardDriverTest/makefile.avr8
BuildTests/BoardDriverTest/makefile.uc3
BuildTests/BoardDriverTest/makefile.xmega
BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
BuildTests/BootloaderTest/makefile
BuildTests/ModuleTest/makefile.avr8
BuildTests/ModuleTest/makefile.uc3
BuildTests/ModuleTest/makefile.xmega
BuildTests/SingleUSBModeTest/makefile.avr8
BuildTests/SingleUSBModeTest/makefile.uc3
BuildTests/SingleUSBModeTest/makefile.xmega
LUFA/CodeTemplates/makefile_template.uc3