Mercurial > hg > qm-dsp
annotate build/linux/Makefile.linux64 @ 191:857ca50ca25f
Add DCT
author | Chris Cannam |
---|---|
date | Wed, 07 Oct 2015 09:55:35 +0100 |
parents | e4a57215ddee |
children | 45330e0d2819 |
rev | line source |
---|---|
Chris@90 | 1 |
Chris@189 | 2 #CFLAGS := -DNDEBUG -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS -Ibuild/linux/amd64 |
Chris@189 | 3 CFLAGS := -DDEBUG -g -Wall -Wextra -Werror -fPIC -ffast-math -DUSE_PTHREADS -Ibuild/linux/amd64 |
Chris@189 | 4 |
Chris@90 | 5 CXXFLAGS := $(CFLAGS) |
Chris@90 | 6 |
Chris@90 | 7 include build/general/Makefile.inc |
Chris@90 | 8 |