From: Paolo Pisati Date: Fri, 22 Jun 2018 16:40:21 +0000 (+0200) Subject: Applications/cursesgames: Makefile.z80: use $(FUZIX_CCOPTS) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9383cf4aa1e052669d275dad7c8f00953aa4e54e;p=FUZIX.git Applications/cursesgames: Makefile.z80: use $(FUZIX_CCOPTS) Signed-off-by: Paolo Pisati --- 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