-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathbuildnotary
More file actions
executable file
·13 lines (13 loc) · 837 Bytes
/
buildnotary
File metadata and controls
executable file
·13 lines (13 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
cd $HOME/dPoW/
rm -f ./iguana/*.o
rm -rf ./agents
cd $HOME/dPoW/iguana
git pull
cd secp256k1; ./m_unix; cd ..
cd ../crypto777; ./m_LP; cd ../iguana
#gcc -g -fno-aggressive-loop-optimizations -Wno-deprecated -c -O2 -DISNOTARYNODE=1 -DLIQUIDITY_PROVIDER=1 *.c ../basilisk/basilisk.c ../gecko/gecko.c ../datachain/datachain.c
clang -g -Wno-deprecated -c -O2 -DISNOTARYNODE=1 *.c ../basilisk/basilisk.c ../gecko/gecko.c ../datachain/datachain.c
#gcc -g -fno-aggressive-loop-optimizations -Wno-deprecated -c -DISNOTARYNODE=1 -DLIQUIDITY_PROVIDER=1 main.c iguana777.c iguana_bundles.c ../basilisk/basilisk.c
clang -g -Wno-deprecated -c -DISNOTARYNODE=1 main.c iguana777.c iguana_bundles.c ../basilisk/basilisk.c
clang -g -o ../agents/iguana *.o ../agents/libcrypto777.a -lnanomsg -lcurl -lssl -lcrypto -lpthread -lz -lm -lsodium