O2 -> Ofast

Optimise for speed
This commit is contained in:
LaurynasL 2015-03-13 16:26:54 +02:00
parent a816622839
commit 3e4a14343d
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ OBINS := $(GEN_BINS:%=$(BINODIR)/%)
CCFLAGS += \
-g \
-O2 \
-Ofast \
-Wpointer-arith \
-Wundef \
-Werror \