diff options
| author | mahoy <mahoy.git@gmail.com> | 2013-12-20 01:11:13 +0100 |
|---|---|---|
| committer | mahoy <mahoy.git@gmail.com> | 2013-12-20 17:25:18 +0100 |
| commit | d3e7eedd5f0dcef8033e410a904f3e260dbd700b (patch) | |
| tree | 13ea1a69b410534ece1a7cc2e9977113dc970e32 /HISTORY.md | |
| parent | e721a249cde075223ad31ece5c876574062ba7cd (diff) | |
Allow target specific optimization levels/debug flags
Changing the optimization level from -Os to something else breaks the
SoftwareSerial library. This patch allow optimization flags to be set on a
per target basis.
Diffstat (limited to 'HISTORY.md')
| -rw-r--r-- | HISTORY.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Tweak: Don't append port details to avrdude for usbtiny. Fix #140 and #138 (https://github.com/PPvG) - Fix: Handle relative paths of bootloader file while burning bootloaders. Fix #126 and #142 (https://github.com/sej7278) - New: Add `CONTRIBUTING.md` explaining how to contribute to the project. +- Force -Os optimization for SoftwareSerial. Add `OPTIMIZATION_FLAGS` and `DEBUG_FLAGS`. ### 1.0.1 (2013-09-25) - Unconditionally add -D in avrdude options. See #114 |
