1
0
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:
Oliver Schmidt
2014-03-03 21:08:35 +01:00
parent 6fe2ce7269
commit 3f7cd3387f
2 changed files with 1 additions and 2 deletions

View File

@@ -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 \

View File

@@ -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)