File size: 105 Bytes
7b127f4
 
 
1
2
3
# conda install libgcc
g++ -Wall -fPIC -O2 -c run.cpp -std=c++11 -fpermissive
g++ -shared -o run.so run.o