mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Revert "cyclic dependencies" flag to "atmelavr" platform
This commit is contained in:
@ -53,7 +53,8 @@ env.Replace(
|
|||||||
LINKFLAGS=[
|
LINKFLAGS=[
|
||||||
"-Os",
|
"-Os",
|
||||||
"-mmcu=$BOARD_MCU",
|
"-mmcu=$BOARD_MCU",
|
||||||
"-Wl,--gc-sections"
|
"-Wl,--gc-sections",
|
||||||
|
"-Wl,--start-group"
|
||||||
],
|
],
|
||||||
|
|
||||||
UPLOADER=join("$PIOPACKAGES_DIR", "tool-avrdude", "avrdude"),
|
UPLOADER=join("$PIOPACKAGES_DIR", "tool-avrdude", "avrdude"),
|
||||||
|
Reference in New Issue
Block a user