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:
7
hardware/sam/variants/arduino_due/build_gcc/debug.mk
Normal file
7
hardware/sam/variants/arduino_due/build_gcc/debug.mk
Normal 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
|
Reference in New Issue
Block a user