Keyboard: remove old comment from keyboards/helix/rules.mk (#3795)

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
This commit is contained in:
Takeshi ISHII 2018-08-30 10:12:09 +09:00 committed by Drashna Jaelre
parent 3cafc4e7c6
commit 97d09ef8fa
1 changed files with 0 additions and 3 deletions

View 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