Configtool: use --save-temps=obj again.

It has turned out developers use Configtool, too, so it makes
sense to keep temporary files for inspection.
This commit is contained in:
jbernardis 2015-02-07 23:38:12 -05:00 committed by Markus Hitter
parent ee8f5f9170
commit a1b0dac6af
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
# Where to find the arduino tools (avr-gcc, avrdude, etc). This is only used
# for windows. For linux it is assumed that the tools are available through
# the normal PATH.
#arduinodir = C:/Program Files (x86)/Arduino/hardware/tools/avr/bin
arduinodir =
# Flags passed into the avr-gcc compiler. These flags can have 3 different
@ -24,7 +23,7 @@ cflags = -DF_CPU=%F_CPU% -mmcu=%CPU% -Wall -Wstrict-prototypes -std=gnu99
-funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
-Winline -fno-move-loop-invariants -fno-tree-scev-cprop -Os
-ffunction-sections -finline-functions-called-once -mcall-prologues
-Wa,-adhlns=build/%ALNAME%
-Wa,-adhlns=build/%ALNAME% -save-temps=obj
# Flags passed to avr-gcc to be passed on to the linker.
ldflags = -Wl,--as-needed -Wl,--gc-sections