Applications/SmallC: Makefile.z80: use $(FUZIX_CCOPTS)
authorPaolo Pisati <p.pisati@gmail.com>
Fri, 22 Jun 2018 16:53:35 +0000 (18:53 +0200)
committerPaolo Pisati <p.pisati@gmail.com>
Tue, 26 Jun 2018 07:47:05 +0000 (09:47 +0200)
Signed-off-by: Paolo Pisati <p.pisati@gmail.com>
Applications/SmallC/Makefile.z80

index 362c2c6..34fce41 100644 (file)
@@ -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 \