From 9ef75e42413bd72aabbb0b3c4b1191155d8266f5 Mon Sep 17 00:00:00 2001 From: Paolo Pisati Date: Fri, 22 Jun 2018 18:54:37 +0200 Subject: [PATCH] Applications/as09: Makefile.z80: use $(FUZIX_CCOPTS) Signed-off-by: Paolo Pisati --- Applications/as09/Makefile.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/as09/Makefile.z80 b/Applications/as09/Makefile.z80 index 1435969c..11fdb55e 100644 --- a/Applications/as09/Makefile.z80 +++ b/Applications/as09/Makefile.z80 @@ -3,7 +3,7 @@ PLATFORM = 6809 CC = fcc -m$(USERCPU) $(Z80_PLATFORM) CFLAGS = -c -COPT = -O2 +COPT = $(FUZIX_CCOPTS) OBJS = as.rel assemble.rel errors.rel express.rel \ genbin.rel genlist.rel genobj.rel gensym.rel \ -- 2.34.1