mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
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