From 5fde4637cafcfa4dc5a4bdb25d484ac521f91ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 7 Dec 2013 07:07:35 +0000 Subject: [PATCH] optimize for space instead of speed (for now) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca5b0ff..16fb1c1 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ NATIVECC=gcc INCLUDE=-Iinclude CFLAGS=-mcpu=5474 \ -Wall \ - -O2 \ + -Os \ -g \ -fomit-frame-pointer \ -ffreestanding \