]> git.donarmstrong.com Git - qmk_firmware.git/commit
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)
commit97d09ef8fabed45fb409b0b620f3ae3867d5ed50
tree10379c44078ae4ac059df0377bf25a6e33e6ebec
parent3cafc4e7c6c3f38e86f3673336d28657e95287d7
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
keyboards/helix/rules.mk