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