Enable linker "cyclic dependencies" for all platforms

This commit is contained in:
Ivan Kravets
2015-02-14 22:14:49 +02:00
parent 2bfb1d5569
commit 88f0b51312
2 changed files with 16 additions and 9 deletions

View File

@@ -55,8 +55,7 @@ env.Replace(
LINKFLAGS=[
"-Os",
"-mmcu=$BOARD_MCU",
"-Wl,--gc-sections",
"-Wl,--start-group"
"-Wl,--gc-sections"
],
SIZEPRINTCMD='"$SIZETOOL" --mcu=$BOARD_MCU -C -d $SOURCES',