From: Paolo Pisati Date: Fri, 22 Jun 2018 16:57:30 +0000 (+0200) Subject: Applications/V7/games: Makefile.z80: use $(FUZIX_CCOPTS) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=34377a2e7f80e57e9831ea16f72f8c9192cbe9d8;p=FUZIX.git Applications/V7/games: Makefile.z80: use $(FUZIX_CCOPTS) Signed-off-by: Paolo Pisati --- diff --git a/Applications/V7/games/Makefile.z80 b/Applications/V7/games/Makefile.z80 index 210e4137..89f1ae15 100644 --- a/Applications/V7/games/Makefile.z80 +++ b/Applications/V7/games/Makefile.z80 @@ -1,5 +1,5 @@ FCC = ../../../Library/tools/fcc -m$(USERCPU) -FCCOPTS = -O2 +FCCOPTS = $(FUZIX_CCOPTS) .SUFFIXES: .c .rel