From fd234d31d84eb044e661f8e54641a49031c28513 Mon Sep 17 00:00:00 2001 From: elhobbs Date: Sat, 27 Aug 2016 15:54:13 -0400 Subject: [PATCH] changed optimization level to O3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0cf8557..040dfb8 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft -CFLAGS := -g -Wall -O2 -mword-relocations \ +CFLAGS := -g -Wall -O3 -mword-relocations \ -fomit-frame-pointer -ffunction-sections \ $(ARCH)