mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-17 06:42:21 +03:00
9 lines
207 B
Makefile
9 lines
207 B
Makefile
|
|
# 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 = -Os
|