From e663ff996371ed2f6b86f740d59f7a61ceb7c972 Mon Sep 17 00:00:00 2001 From: Paolo Pisati Date: Fri, 22 Jun 2018 18:53:35 +0200 Subject: [PATCH] Applications/SmallC: Makefile.z80: use $(FUZIX_CCOPTS) Signed-off-by: Paolo Pisati --- Applications/SmallC/Makefile.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/SmallC/Makefile.z80 b/Applications/SmallC/Makefile.z80 index 362c2c60..34fce416 100644 --- a/Applications/SmallC/Makefile.z80 +++ b/Applications/SmallC/Makefile.z80 @@ -2,7 +2,7 @@ CC = fcc -m$(USERCPU) $(Z80_PLATFORM) CFLAGS = -DTINY -COPT = -O2 +COPT = $(FUZIX_CCOPTS) OBJS = initials.rel data.rel error.rel expr.rel function.rel gen.rel io.rel \ lex.rel main.rel outstack.rel preproc.rel primary.rel stmt.rel \ -- 2.34.1