diff Makefile.example.emscripten @ 8:2a4685f230ac

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
date Tue, 06 Sep 2016 16:08:38 +0100
parents 7826fe343733
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