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