c@315: c@315: CFLAGS := -DNDEBUG -O3 -fno-exceptions -fPIC -ffast-math -msse -mfpmath=sse -ftree-vectorize -fomit-frame-pointer -DUSE_PTHREADS -Ibuild/linux/amd64 c@315: CXXFLAGS := $(CFLAGS) c@315: c@315: include build/general/Makefile.inc c@315: