]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Keyboard: remove old comment from keyboards/helix/rules.mk (#3795)
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>
Thu, 30 Aug 2018 01:12:09 +0000 (10:12 +0900)
committerDrashna Jaelre <drashna@live.com>
Thu, 30 Aug 2018 01:12:09 +0000 (18:12 -0700)
remove 2 lines from keyboards/helix/rules.mk

 | -# if firmware size over limit, try this option
 | -# CFLAGS += -flto
 | -

see keyboards/helix/[rev2|pico]/keymaps/EACH_MAP/rules.mk:

 | Link_Time_Optimization = no # if firmware size over limit, try this option
 :
 :
 :
 | ifeq ($(strip $(Link_Time_Optimization)),yes)
 |    EXTRAFLAGS += -flto -DUSE_Link_Time_Optimization
 | endif

keyboards/helix/rules.mk

index e42f92cf8a7fbf559f8d7cfbe93a0e75a5678914..7c1d56527a7ff1c53d118e9b7634440ddbb67742 100644 (file)
@@ -2,9 +2,6 @@ SRC += i2c.c
 SRC += serial.c
 SRC += ssd1306.c
 
-# if firmware size over limit, try this option
-# CFLAGS += -flto
-
 # MCU name
 #MCU = at90usb1287
 MCU = atmega32u4