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
CA65FLAGS =
CC65FLAGS = -Osir -W error
CC65FLAGS = -Or -W error
EXTZP = cbm510 \
cbm610 \