Mercurial > hg > piper-vamp-js
diff Makefile.example.emscripten @ 76:56709f8355cb
Use power spectrum rather than zero crossings, to exercise the input domain adapter, and make a process request in quick-test.cpp
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 06 Sep 2016 16:08:38 +0100 |
parents | 65c802d88e23 |
children | a57fa6df8e73 |
line wrap: on
line diff
--- a/Makefile.example.emscripten Wed Aug 24 18:00:28 2016 +0100 +++ b/Makefile.example.emscripten Tue Sep 06 16:08:38 2016 +0100 @@ -49,6 +49,7 @@ CXX := em++ #OPTFLAGS := -g3 OPTFLAGS := -O3 +#CXXFLAGS := -std=c++11 -fPIC -Wall -Wextra -DSINGLE_PRECISION_FFT $(OPTFLAGS) CXXFLAGS := -std=c++11 -fPIC -Wall -Wextra $(OPTFLAGS) INCPATH := -I$(SDK_DIR) -I.. -I../json