Mercurial > hg > constant-q-cpp
diff cpp-qm-dsp/Makefile @ 45:73152bc3bb26
Start to address some padding and latency issues
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 22 Nov 2013 14:47:41 +0000 |
parents | e9752aa1b234 |
children | 2a21b4506d7f |
line wrap: on
line diff
--- a/cpp-qm-dsp/Makefile Thu Nov 21 17:04:19 2013 +0000 +++ b/cpp-qm-dsp/Makefile Fri Nov 22 14:47:41 2013 +0000 @@ -3,8 +3,8 @@ CFLAGS := -I../.. $(CFLAGS) $(DEFINES) -#CXXFLAGS := -I../.. -fPIC -Wall -g $(CXXFLAGS) $(DEFINES) -CXXFLAGS := -I../.. -fPIC -Wall -O3 -ffast-math -ftree-vectorize $(CXXFLAGS) $(DEFINES) +CXXFLAGS := -I../.. -fPIC -Wall -g $(CXXFLAGS) $(DEFINES) +#CXXFLAGS := -I../.. -fPIC -Wall -O3 -ffast-math -ftree-vectorize $(CXXFLAGS) $(DEFINES) LDFLAGS := $(LDFLAGS)