summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2016-06-04 10:26:49 -0500
committerDavid McMackins II <contact@mcmackins.org>2016-06-04 10:26:49 -0500
commit8199ee2a5a7c91e9fd2c1739110a4342872f3e5c (patch)
tree6b0a80c56f7aec9bbf89b2aa69687cab331d1bbb
parent874284f83919b6218721ca24e20a45e0506b0eee (diff)
Optimize for code size
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 093efda..c74b020 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CC=sdcc -mgbz80
+CC=sdcc --opt-code-size -mgbz80
AR=ar
COMPILE=$(CC) $(CFLAGS) -c