jl777
9 years ago
3 changed files with 5 additions and 2 deletions
@ -1,3 +1,4 @@ |
|||
git pull |
|||
gcc -Wno-deprecated -c -O2 *.c |
|||
gcc -Wno-deprecated -c main.c iguana777.c iguana_bundles.c |
|||
gcc -Wno-deprecated -o ../agents/iguana *.o ../agents/libcrypto777.a ../osx/libcurl.a ../osx/libssl.a ../osx/libcrypto.a ../osx/libsecp256k1.a ../osx/libgmp.a -lpthread -lm |
|||
|
@ -1,2 +1,4 @@ |
|||
git pull |
|||
gcc -g -o ../agents/iguana -O2 *.c ../agents/libcrypto777.a -lcurl -lssl -lcrypto -lpthread -lm ../includes/libsecp256k1.a -lgmp |
|||
gcc -Wno-deprecated -c -O2 *.c |
|||
gcc -Wno-deprecated -c main.c iguana777.c iguana_bundles.c |
|||
gcc -o ../agents/iguana *.o ../agents/libcrypto777.a -lcurl -lssl -lcrypto -lpthread -lm ../includes/libsecp256k1.a -lgmp |
|||
|
Loading…
Reference in new issue