aboutsummaryrefslogtreecommitdiff
path: root/keyboard/gh60
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-03-11 00:05:35 +0900
committertmk <nobody@nowhere>2013-03-11 00:05:35 +0900
commitdb024b6b1803eb752070422e7240b1ffe52d39f6 (patch)
treec2c70129dfdd02cb30028372dc9ed2bb79f2b5c2 /keyboard/gh60
parentde8ef18a534163b40e307418b3af603142d5d6b0 (diff)
downloadqmk_firmware-db024b6b1803eb752070422e7240b1ffe52d39f6.tar.gz
qmk_firmware-db024b6b1803eb752070422e7240b1ffe52d39f6.zip
Add --relax for size optimization to gh60
Diffstat (limited to 'keyboard/gh60')
-rw-r--r--keyboard/gh60/Makefile.lufa3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboard/gh60/Makefile.lufa b/keyboard/gh60/Makefile.lufa
index 2076c919c..b885b7dfa 100644
--- a/keyboard/gh60/Makefile.lufa
+++ b/keyboard/gh60/Makefile.lufa
@@ -107,6 +107,9 @@ CONSOLE_ENABLE = yes # Console for debug(+400)
107#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support 107#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support
108 108
109 109
110# Optimize size but this may cause error "relocation truncated to fit"
111EXTRALDFLAGS = -Wl,--relax
112
110# Search Path 113# Search Path
111VPATH += $(TARGET_DIR) 114VPATH += $(TARGET_DIR)
112VPATH += $(TOP_DIR) 115VPATH += $(TOP_DIR)