comparison 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
comparison
equal deleted inserted replaced
75:4c799e23eaef 76:56709f8355cb
47 EXAMPLE_LDFLAGS := $(EMFLAGS) 47 EXAMPLE_LDFLAGS := $(EMFLAGS)
48 48
49 CXX := em++ 49 CXX := em++
50 #OPTFLAGS := -g3 50 #OPTFLAGS := -g3
51 OPTFLAGS := -O3 51 OPTFLAGS := -O3
52 #CXXFLAGS := -std=c++11 -fPIC -Wall -Wextra -DSINGLE_PRECISION_FFT $(OPTFLAGS)
52 CXXFLAGS := -std=c++11 -fPIC -Wall -Wextra $(OPTFLAGS) 53 CXXFLAGS := -std=c++11 -fPIC -Wall -Wextra $(OPTFLAGS)
53 INCPATH := -I$(SDK_DIR) -I.. -I../json 54 INCPATH := -I$(SDK_DIR) -I.. -I../json
54 55
55 all: $(EXAMPLE) 56 all: $(EXAMPLE)
56 57