Skip to content

Commit

Permalink
Keyboard: remove old comment from keyboards/helix/rules.mk (#3795)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mtei authored and drashna committed Aug 30, 2018
1 parent 3cafc4e commit 97d09ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions keyboards/helix/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97d09ef

Please sign in to comment.