From 3e4a14343d42945b134cd8c8e35f293056fbab9b Mon Sep 17 00:00:00 2001 From: LaurynasL Date: Fri, 13 Mar 2015 16:26:54 +0200 Subject: [PATCH] O2 -> Ofast Optimise for speed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7de24a3b..b31f49ec 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ OBINS := $(GEN_BINS:%=$(BINODIR)/%) CCFLAGS += \ -g \ - -O2 \ + -Ofast \ -Wpointer-arith \ -Wundef \ -Werror \