mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Removed a pointless cc65 command-line option from the samples makefile.
"-Oi --codesize 500" is the same as "-O --codesize 200 --codesize 500". That first "--codesize" is replaced by the second one. Don't set it twice.
This commit is contained in:
@@ -90,7 +90,7 @@ LDFLAGS_tgidemo_atarixl = --start-addr 0x4000
|
|||||||
%: %.s
|
%: %.s
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) $(CFLAGS) -Oirs --codesize 500 -T -g -t $(SYS) $<
|
$(CC) $(CFLAGS) -Ors --codesize 500 -T -g -t $(SYS) $<
|
||||||
$(AS) $(<:.c=.s)
|
$(AS) $(<:.c=.s)
|
||||||
|
|
||||||
.s.o:
|
.s.o:
|
||||||
|
Reference in New Issue
Block a user