forked from platformio/platformio-core
		
	Enable linker "cyclic dependencies" for all platforms
This commit is contained in:
		@@ -55,8 +55,7 @@ env.Replace(
 | 
			
		||||
    LINKFLAGS=[
 | 
			
		||||
        "-Os",
 | 
			
		||||
        "-mmcu=$BOARD_MCU",
 | 
			
		||||
        "-Wl,--gc-sections",
 | 
			
		||||
        "-Wl,--start-group"
 | 
			
		||||
        "-Wl,--gc-sections"
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    SIZEPRINTCMD='"$SIZETOOL" --mcu=$BOARD_MCU -C -d $SOURCES',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user