use global -O3 optimize && disable -g debug option

optimize
This commit is contained in:
pexcn 2015-09-21 12:38:39 +08:00
parent 396d6c1752
commit c5e3df5d8e
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ CC=gcc
endif
ifndef CFLAGS
CFLAGS = -MMD -O2 -Wall -g
CFLAGS = -MMD -O3 -pipe -ffast-math -ftree-vectorize -Wall
endif
CFLAGS += -I../src