-std=c++11

This commit is contained in:
jl777
2019-02-02 03:48:38 -11:00
parent 205ec791c5
commit 791cfd2b70

View File

@@ -2,5 +2,5 @@ cd rogue;
./configure # only need this first time
make; cd ..
gcc -DBUILD_ROGUE -std=c++11 -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -c cclib.cpp
gcc -fPIC -shared -o librogue.so cclib.o rogue/rogue.so
gcc -std=c++11 -fPIC -shared -o librogue.so cclib.o rogue/rogue.so
cp librogue.so ../libcc.so