1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-07 00:04:36 +03:00

Added default extra_flags parameter to allow build on all boards

This commit is contained in:
Cristian Maglie
2012-06-26 00:52:05 +02:00
parent 46aeeb4b29
commit 7c0dfc01a5
3 changed files with 5 additions and 1 deletions

View File

@@ -20,6 +20,8 @@ compiler.elf2hex.flags=-O ihex -R .eeprom
compiler.elf2hex.cmd=avr-objcopy
compiler.ldflags=
compiler.size.cmd=avr-size
# this can be overriden in boards.txt
build.extra_flags=
# AVR compile patterns
# --------------------