Mercurial > hg > qm-dsp
annotate build/linux/Makefile.linux64 @ 217:852c5ba16bb0
Update debug config
author | Chris Cannam |
---|---|
date | Tue, 01 May 2018 10:19:58 +0100 |
parents | c5d591bcf899 |
children | 22688fe1c0ce |
rev | line source |
---|---|
Chris@90 | 1 |
Chris@204 | 2 CFLAGS := -DNDEBUG -Wall -Wextra -Werror=implicit-function-declaration -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS |
Chris@204 | 3 #CFLAGS := -DDEBUG -g -Wall -Wextra -Werror=implicit-function-declaration -fPIC -ffast-math -DUSE_PTHREADS |
Chris@189 | 4 |
Chris@213 | 5 CXXFLAGS := $(CFLAGS) |
Chris@90 | 6 |
Chris@90 | 7 include build/general/Makefile.inc |
Chris@90 | 8 |