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