From: Dean Camera Date: Thu, 15 Jul 2010 17:13:33 +0000 (+0000) Subject: Disable strict aliasing explicitly in the project makefiles, as this is apparently... X-Git-Tag: LUFA-110528-BETA~334 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/9299735c75ba99347c7280b2e73064bef693989f?ds=inline;hp=9299735c75ba99347c7280b2e73064bef693989f Disable strict aliasing explicitly in the project makefiles, as this is apparently enabled by default in newer AVR-GCC builds, and aliasing is used heavily for type-punning through the LUFA and third party library's codebase. ---