]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
Add --relax for size optimization to gh60
authortmk <nobody@nowhere>
Sun, 10 Mar 2013 15:05:35 +0000 (00:05 +0900)
committertmk <nobody@nowhere>
Sun, 10 Mar 2013 15:05:35 +0000 (00:05 +0900)
keyboard/gh60/Makefile.lufa

index 2076c919ca0f5ccde3205c94156f53d72f3d7e02..b885b7dfa162b2d5a6b698e7c4dddc88dd3d9d7d 100644 (file)
@@ -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)