forked from platformio/platformio-core
Revert linker "start-group" flag
This commit is contained in:
@ -56,7 +56,7 @@ env.Replace(
|
|||||||
"-Os",
|
"-Os",
|
||||||
"-mmcu=$BOARD_MCU",
|
"-mmcu=$BOARD_MCU",
|
||||||
"-Wl,--gc-sections",
|
"-Wl,--gc-sections",
|
||||||
# "-Wl,--start-group"
|
"-Wl,--start-group"
|
||||||
],
|
],
|
||||||
|
|
||||||
SIZEPRINTCMD='"$SIZETOOL" --mcu=$BOARD_MCU -C -d $SOURCES',
|
SIZEPRINTCMD='"$SIZETOOL" --mcu=$BOARD_MCU -C -d $SOURCES',
|
||||||
|
Reference in New Issue
Block a user