mirror of
https://github.com/cc65/cc65.git
synced 2026-04-21 09:17:52 +00:00
Optimize for size instead for speed.
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ endef
|
||||
else # TARGET
|
||||
|
||||
CA65FLAGS =
|
||||
CC65FLAGS = -Osir -W error
|
||||
CC65FLAGS = -Or -W error
|
||||
|
||||
EXTZP = cbm510 \
|
||||
cbm610 \
|
||||
|
||||
Reference in New Issue
Block a user