From 810e1b979d3254fefc9bde4d6af897030e9502d6 Mon Sep 17 00:00:00 2001 From: Paolo Pisati Date: Fri, 22 Jun 2018 18:51:16 +0200 Subject: [PATCH] Applications/ue: Makefile.z80: use $(FUZIX_CCOPTS) Signed-off-by: Paolo Pisati --- Applications/ue/Makefile.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/ue/Makefile.z80 b/Applications/ue/Makefile.z80 index cbcca14a..e5718d4a 100644 --- a/Applications/ue/Makefile.z80 +++ b/Applications/ue/Makefile.z80 @@ -2,7 +2,7 @@ CC = fcc -m$(USERCPU) $(Z80_PLATFORM) CFLAGS = -c -COPT = -O2 +COPT = $(FUZIX_CCOPTS) OBJS = ue.rel LIBS = term-ansi.c term-fuzix.c term.c -- 2.34.1