From b7d0e657a8ad8ff8ebc324bd9f275b63952f9eb3 Mon Sep 17 00:00:00 2001 From: HW Date: Sun, 4 Mar 2012 15:36:17 +0100 Subject: [PATCH] disabled debug symbol output, enabled optimization --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 141af1b03..d9a325acc 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,9 @@ LFSDIR=luafilesystem CC:=arm-unknown-linux-gnueabi-gcc HOSTCC:=gcc -CFLAGS:=-O0 -g +CFLAGS:=-O3 -march=armv6 +# use this for debugging: +#CFLAGS:=-O0 -g # you can configure an emulation for the (eink) framebuffer here. # the application won't use the framebuffer (and the special e-ink ioctls)