Browse Source

disable LTO_ENABLE with arm mcu

pull/20108/head
9R 1 year ago
parent
commit
69094b7dfb
2 changed files with 1 additions and 1 deletions
  1. +1
    -0
      keyboards/handwired/replicazeron/promicro/rules.mk
  2. +0
    -1
      keyboards/handwired/replicazeron/rules.mk

+ 1
- 0
keyboards/handwired/replicazeron/promicro/rules.mk View File

@ -4,3 +4,4 @@ EXTRAKEY_ENABLE = no
MOUSEKEY_ENABLE = no
NKRO_ENABLE = no
RGBLIGHT_ENABLE = no
LTO_ENABLE = yes

+ 0
- 1
keyboards/handwired/replicazeron/rules.mk View File

@ -3,7 +3,6 @@ BACKLIGHT_ENABLE = no
COMMAND_ENABLE = no
JOYSTICK_ENABLE = yes
JOYSTICK_DRIVER = analog
LTO_ENABLE = yes # FIXME: If im not mistaken, this can cause issues on ARM (ie STM32)
OLED_ENABLE = yes
TAP_DANCE_ENABLE = no


Loading…
Cancel
Save