From 9383cf4aa1e052669d275dad7c8f00953aa4e54e Mon Sep 17 00:00:00 2001 From: Paolo Pisati Date: Fri, 22 Jun 2018 18:40:21 +0200 Subject: [PATCH] Applications/cursesgames: Makefile.z80: use $(FUZIX_CCOPTS) Signed-off-by: Paolo Pisati --- Applications/cursesgames/Makefile.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/cursesgames/Makefile.z80 b/Applications/cursesgames/Makefile.z80 index 2ddf22a7..8c9cc169 100644 --- a/Applications/cursesgames/Makefile.z80 +++ b/Applications/cursesgames/Makefile.z80 @@ -1,4 +1,4 @@ -FCC = ../../Library/tools/fcc -O2 -m$(USERCPU) +FCC = ../../Library/tools/fcc $(FUZIX_CCOPTS) -m$(USERCPU) ASM_OPT = -l -o -s LINKER_OPT = -mz80 --nostdlib --no-std-crt0 --code-loc $(PROGLOAD) --data-loc 0 BINMAN = ../../Library/tools/binman -- 2.34.1