mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 03:30:05 +00:00
Optimize for size instead for speed.
This commit is contained in:
parent
6fe2ce7269
commit
3f7cd3387f
@ -91,7 +91,7 @@ endef
|
||||
else # TARGET
|
||||
|
||||
CA65FLAGS =
|
||||
CC65FLAGS = -Osir -W error
|
||||
CC65FLAGS = -Or -W error
|
||||
|
||||
EXTZP = cbm510 \
|
||||
cbm610 \
|
||||
|
@ -2,7 +2,6 @@ ifeq ($(TARGET),atari)
|
||||
|
||||
DEPS += ../wrk/$(TARGET)/w2cas.d
|
||||
|
||||
../wrk/$(TARGET)/w2cas.o: CC65FLAGS:=-O -W error
|
||||
../wrk/$(TARGET)/w2cas.o: $(SRCDIR)/targetutil/w2cas.c | ../wrk/$(TARGET)
|
||||
$(COMPILE_recipe)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user