From: Paolo Pisati Date: Fri, 22 Jun 2018 16:55:42 +0000 (+0200) Subject: Applications/ld09: Makefile.z80: use $(FUZIX_CCOPTS) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=025e0f8a9c1e972609963f6b2718cbfd519d68dc;p=FUZIX.git Applications/ld09: Makefile.z80: use $(FUZIX_CCOPTS) Signed-off-by: Paolo Pisati --- diff --git a/Applications/ld09/Makefile.z80 b/Applications/ld09/Makefile.z80 index 4f9dfd64..76dd8290 100644 --- a/Applications/ld09/Makefile.z80 +++ b/Applications/ld09/Makefile.z80 @@ -1,7 +1,7 @@ .SUFFIXES: .c .rel CC = fcc -m$(USERCPU) $(Z80_PLATFORM) -CFLAGS = -c -O2 +CFLAGS = -c $(FUZIX_CCOPTS) DEFS =