From: Brett Gordon Date: Tue, 5 Jul 2016 15:11:25 +0000 (-0400) Subject: seems ok to add optimization X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d83653f1f95836601709e1d7981a1dbb88a02841;p=FUZIX.git seems ok to add optimization --- diff --git a/Applications/fview/Makefile.6809 b/Applications/fview/Makefile.6809 index 5e39f2ac..6746d5c1 100644 --- a/Applications/fview/Makefile.6809 +++ b/Applications/fview/Makefile.6809 @@ -4,7 +4,7 @@ CC = m6809-unknown-gcc ASM = m6809-unknown-as AR = m6809-unknown-ar LINKER = lwlink -CFLAGS = -I../../Library/include -I../../Library/include/6502 +CFLAGS = -Os -I../../Library/include -I../../Library/include/6502 LINKER_OPT = --format=raw -L../../Library/libs -lc6809 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) LINKER_OPT += -L$(LIBGCCDIR) -lgcc