소스 검색

Add --relax for size optimization to gh60

tags/v1.9
tmk 11 년 전
부모
커밋
db024b6b18
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      keyboard/gh60/Makefile.lufa

+ 3
- 0
keyboard/gh60/Makefile.lufa 파일 보기

@@ -107,6 +107,9 @@ CONSOLE_ENABLE = yes # Console for debug(+400)
#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
VPATH += $(TARGET_DIR)
VPATH += $(TOP_DIR)

Loading…
취소
저장