From f063c4e8445dddbc33fdbd6ca7b7b9ed3c93319d Mon Sep 17 00:00:00 2001 From: cuz Date: Sat, 14 Jul 2001 14:44:44 +0000 Subject: [PATCH] Add --codesize option git-svn-id: svn://svn.cc65.org/cc65/trunk@783 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Makefile b/samples/Makefile index 997c88bc2..b0124a3fd 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -18,7 +18,7 @@ C1541 = c1541 .c.o: @echo $< - @$(CC) -g -Oirs -t $(SYS) -I../include/ $< + @$(CC) -Oirs --codesize 500 -g -t $(SYS) -I../include/ $< @$(AS) $(basename $<).s .s.o: -- 2.39.5