From 46d903715ad472d7930658db35018f2f31ccd8dd Mon Sep 17 00:00:00 2001 From: Marcio Teixeira Date: Mon, 23 Oct 2017 12:15:45 -0600 Subject: [PATCH] Reenabled RELOC_WORKAROUND. --- Marlin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Makefile b/Marlin/Makefile index 3513f43f6..fb4356012 100644 --- a/Marlin/Makefile +++ b/Marlin/Makefile @@ -87,7 +87,7 @@ U8GLIB ?= 1 # this defines whether to add a workaround for the avr-gcc relocation bug # https://www.stix.id.au/wiki/AVR_relocation_truncations_workaround -RELOC_WORKAROUND ?= 0 +RELOC_WORKAROUND ?= 1 ############ # The following added by AlephObjects for adjusting the name of the output