forked from platformio/platformio-core
Enable by default "lib cyclic dependencies" for atmelavr platform // Resolve #50
This commit is contained in:
@@ -52,8 +52,9 @@ env.Replace(
|
|||||||
|
|
||||||
LINKFLAGS=[
|
LINKFLAGS=[
|
||||||
"-Os",
|
"-Os",
|
||||||
|
"-mmcu=$BOARD_MCU",
|
||||||
"-Wl,--gc-sections",
|
"-Wl,--gc-sections",
|
||||||
"-mmcu=$BOARD_MCU"
|
"-Wl,--start-group"
|
||||||
],
|
],
|
||||||
|
|
||||||
UPLOADER=join("$PIOPACKAGES_DIR", "tool-avrdude", "avrdude"),
|
UPLOADER=join("$PIOPACKAGES_DIR", "tool-avrdude", "avrdude"),
|
||||||
|
Reference in New Issue
Block a user