jl777
9 years ago
5 changed files with 15 additions and 1 deletions
@ -0,0 +1,4 @@ |
|||
git pull |
|||
rm *.o |
|||
emcc -c -O2 *.c jpeg/*.c jpeg/unix/*.c |
|||
rm -f ../agents/libcrypto777.a; emar rcu ../agents/libcrypto777.a *.o |
@ -0,0 +1,6 @@ |
|||
rm ../agents/iguana *.o |
|||
git pull |
|||
cd secp256k1; ./m_js; cd .. |
|||
emcc -g -Wno-deprecated -c -O2 *.c databases/iguana_DB.c |
|||
emcc -g -Wno-deprecated -c main.c iguana777.c iguana_bundles.c |
|||
emcc -g -o ../agents/iguana *.o ../agents/libcrypto777.a -lpthread -lm |
@ -0,0 +1 @@ |
|||
emcc -c -o ../secp256k1.o -I. -I./src -I./include -I./src -O3 -W -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings -fvisibility=hidden -DHAVE_CONFIG_H src/secp256k1.c |
@ -0,0 +1,2 @@ |
|||
git pull |
|||
cd iguana; ./m_js; cd .. |
Loading…
Reference in new issue