Mercurial > hg > constant-q-cpp
comparison cpp-qm-dsp/Makefile @ 34:e9752aa1b234
More on reconstructing CQ shape. This is not always correct yet, though
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 06 Nov 2013 14:30:19 +0000 |
parents | 39dddbb78d8b |
children | 73152bc3bb26 |
comparison
equal
deleted
inserted
replaced
33:f6ef28b02be4 | 34:e9752aa1b234 |
---|---|
1 | 1 |
2 DEFINES := -DUSE_PTHREADS | 2 DEFINES := -DUSE_PTHREADS |
3 | 3 |
4 CFLAGS := -I../.. $(CFLAGS) $(DEFINES) | 4 CFLAGS := -I../.. $(CFLAGS) $(DEFINES) |
5 | 5 |
6 CXXFLAGS := -I../.. -Wall -g $(CXXFLAGS) $(DEFINES) | 6 #CXXFLAGS := -I../.. -fPIC -Wall -g $(CXXFLAGS) $(DEFINES) |
7 #CXXFLAGS := -I../.. -Wall -O3 -ffast-math -ftree-vectorize $(CXXFLAGS) $(DEFINES) | 7 CXXFLAGS := -I../.. -fPIC -Wall -O3 -ffast-math -ftree-vectorize $(CXXFLAGS) $(DEFINES) |
8 | 8 |
9 LDFLAGS := $(LDFLAGS) | 9 LDFLAGS := $(LDFLAGS) |
10 | 10 |
11 #VG := valgrind | 11 #VG := valgrind |
12 | 12 |