From: Dean Camera Date: Mon, 7 May 2012 17:42:49 +0000 (+0000) Subject: Speed up build tests by only building each test to the ELF output stage (when all... X-Git-Tag: LUFA-120730~38 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/7a7ee6a908c1a3d9fff220152309460287178a4f?hp=7a7ee6a908c1a3d9fff220152309460287178a4f Speed up build tests by only building each test to the ELF output stage (when all files are compiled and linked), rather than to the full HEX output stage as the resulting binary is not actually required. ---