4 changed files with 8 additions and 5 deletions
Binary file not shown.
@ -1,4 +1,6 @@ |
|||
rm ../agents/iguana *.o |
|||
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 |
|||
cd secp256k1; ./m_osx; cd .. |
|||
gcc -g -Wno-deprecated -c -O2 *.c databases/iguana_DB.c |
|||
gcc -g -Wno-deprecated -c main.c iguana777.c iguana_bundles.c |
|||
gcc -g -o ../agents/iguana *.o ../agents/libcrypto777.a -lpthread -lm |
|||
|
@ -0,0 +1 @@ |
|||
gcc -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 |
Loading…
Reference in new issue