From efcb205116c5dd71f61f3e096394e464c8574307 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 14 Feb 2015 19:10:50 +0200 Subject: [PATCH] Revert linker "start-group" flag --- platformio/builder/scripts/atmelavr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/builder/scripts/atmelavr.py b/platformio/builder/scripts/atmelavr.py index 2c6e7c29..ed090862 100644 --- a/platformio/builder/scripts/atmelavr.py +++ b/platformio/builder/scripts/atmelavr.py @@ -56,7 +56,7 @@ env.Replace( "-Os", "-mmcu=$BOARD_MCU", "-Wl,--gc-sections", - # "-Wl,--start-group" + "-Wl,--start-group" ], SIZEPRINTCMD='"$SIZETOOL" --mcu=$BOARD_MCU -C -d $SOURCES',