forked from platformio/platformio-core
Improve "cyclic dependencies" for "Library Dependencies Finder" // Resolve #50
This commit is contained in:
@@ -53,8 +53,7 @@ env.Replace(
|
||||
LINKFLAGS=[
|
||||
"-Os",
|
||||
"-mmcu=$BOARD_MCU",
|
||||
"-Wl,--gc-sections",
|
||||
"-Wl,--start-group"
|
||||
"-Wl,--gc-sections"
|
||||
],
|
||||
|
||||
UPLOADER=join("$PIOPACKAGES_DIR", "tool-avrdude", "avrdude"),
|
||||
|
Reference in New Issue
Block a user