From a1b0dac6afc3a72840249601ab9233d933f3dd8f Mon Sep 17 00:00:00 2001 From: jbernardis Date: Sat, 7 Feb 2015 23:38:12 -0500 Subject: [PATCH] Configtool: use --save-temps=obj again. It has turned out developers use Configtool, too, so it makes sense to keep temporary files for inspection. --- configtool.default.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configtool.default.ini b/configtool.default.ini index 3ca67f4..dbeef63 100644 --- a/configtool.default.ini +++ b/configtool.default.ini @@ -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