Open qqhard opened 7 years ago
g++ compile is slow, what's your options?
supporting makefile
this is the command I found most helpful (on ubuntu 18.04) g++ -std=c++11 line.cpp -o -lgsl -lgslcblas -lm -pthread
g++ compile is slow, what's your options?