1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

[sam] introducing sam3u-ek and arduino due into variants, libsam is broken

This commit is contained in:
Thibaut VIARD
2011-09-12 01:55:10 +02:00
parent 0c2bba55c8
commit 19b2218df4
39 changed files with 2107 additions and 20 deletions

View File

@ -0,0 +1,7 @@
# Optimization level
# -O1 Optimize
# -O2 Optimize even more
# -O3 Optimize yet more
# -O0 Reduce compilation time and make debugging produce the expected results
# -Os Optimize for size
OPTIMIZATION = -g -O0 -DDEBUG