add ENABLE LABS global var to build cclib correctly with start.sh.
This commit is contained in:
@@ -7,7 +7,10 @@ make -f Makefile_rogue
|
||||
rm ../libcc.so
|
||||
cp librogue.so ../libcc.so
|
||||
|
||||
exit 0
|
||||
if [ "${LABS_FLAGS}" = "ENABLE_LABS" ]
|
||||
then
|
||||
exit
|
||||
fi
|
||||
|
||||
echo sudoku/musig/dilithium
|
||||
gcc -O3 -std=c++11 -I../secp256k1/include -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -c -o sudokucc.so cclib.cpp
|
||||
|
||||
Reference in New Issue
Block a user