summaryrefslogtreecommitdiffstats
path: root/keyboards/helix
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2018-08-30 03:12:09 +0200
committerDrashna Jaelre <drashna@live.com>2018-08-30 03:12:09 +0200
commit97d09ef8fabed45fb409b0b620f3ae3867d5ed50 (patch)
tree10379c44078ae4ac059df0377bf25a6e33e6ebec /keyboards/helix
parent3cafc4e7c6c3f38e86f3673336d28657e95287d7 (diff)
downloadqmk_firmware-97d09ef8fabed45fb409b0b620f3ae3867d5ed50.tar.gz
qmk_firmware-97d09ef8fabed45fb409b0b620f3ae3867d5ed50.tar.xz
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
Diffstat (limited to 'keyboards/helix')
-rw-r--r--keyboards/helix/rules.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/helix/rules.mk b/keyboards/helix/rules.mk
index e42f92cf8..7c1d56527 100644
--- a/keyboards/helix/rules.mk
+++ b/keyboards/helix/rules.mk
@@ -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