Sfoglia il codice sorgente

Add --relax for size optimization to gh60

led_matrix
tmk 11 anni fa
parent
commit
db024b6b18
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      keyboard/gh60/Makefile.lufa

+ 3
- 0
keyboard/gh60/Makefile.lufa Vedi File

#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support




# Optimize size but this may cause error "relocation truncated to fit"
EXTRALDFLAGS = -Wl,--relax

# Search Path # Search Path
VPATH += $(TARGET_DIR) VPATH += $(TARGET_DIR)
VPATH += $(TOP_DIR) VPATH += $(TOP_DIR)