c@315: c@414: #CFLAGS := -DNDEBUG -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS -Ibuild/linux/amd64 c@414: CFLAGS := -DDEBUG -g -Wall -Wextra -Werror -fPIC -ffast-math -DUSE_PTHREADS -Ibuild/linux/amd64 c@414: c@315: CXXFLAGS := $(CFLAGS) c@315: c@315: include build/general/Makefile.inc c@315: