mirror of
https://github.com/cc65/cc65.git
synced 2025-01-09 11:30:29 +00:00
Merge pull request #395 from greg-king5/no-Os
Remove a pointless cc65 command-line option from "samples/Makefile".
This commit is contained in:
commit
23d4534f94
@ -90,7 +90,7 @@ LDFLAGS_tgidemo_atarixl = --start-addr 0x4000
|
||||
%: %.s
|
||||
|
||||
.c.o:
|
||||
$(CC) $(CFLAGS) -Oirs --codesize 500 -T -g -t $(SYS) $<
|
||||
$(CC) $(CFLAGS) -Ors --codesize 500 -T -g -t $(SYS) $<
|
||||
$(AS) $(<:.c=.s)
|
||||
|
||||
.s.o:
|
||||
|
Loading…
x
Reference in New Issue
Block a user