From 068d234686dc31b096525868a69427c587ee8091 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 25 Oct 2017 12:22:25 +0300 Subject: [PATCH] Test --- iguana/exchanges/m_js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/m_js b/iguana/exchanges/m_js index 9b17a5011..90da10472 100755 --- a/iguana/exchanges/m_js +++ b/iguana/exchanges/m_js @@ -1,4 +1,4 @@ cd .. echo building... -emcc --preload-file coins -DFROM_JS -O2 -I../includes -I../crypto777 -s ALLOW_MEMORY_GROWTH=1 -s PTHREAD_POOL_SIZE=40 -s USE_PTHREADS=2 -o /var/www/html/index.html exchanges/mm.c ../crypto777/*.c ../crypto777/jpeg/*.c ../crypto777/jpeg/unix/*.c mini-gmp.c secp256k1/src/secp256k1.c -lm ../OSlibs/js/libnanomsg.so +emcc --preload-file exchanges/coins -DFROM_JS -O2 -I../includes -I../crypto777 -s ALLOW_MEMORY_GROWTH=1 -s PTHREAD_POOL_SIZE=40 -s USE_PTHREADS=2 -o /var/www/html/index.html exchanges/mm.c ../crypto777/*.c ../crypto777/jpeg/*.c ../crypto777/jpeg/unix/*.c mini-gmp.c secp256k1/src/secp256k1.c -lm ../OSlibs/js/libnanomsg.so