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