We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f02b6 commit bf1447dCopy full SHA for bf1447d
make.sh
@@ -21,7 +21,7 @@ function set_flag() {
21
fi
22
}
23
24
-DEFAULT_CXXFLAGS="-std=c++11 -I ../include -shared -fPIC -s -O3 -ldl"
+DEFAULT_CXXFLAGS="-std=c++11 -I ../include -shared -fPIC -s -O3 -ldl -lpthread"
25
DEFAULT_LDFLAGS=""
26
DEFAULT_CXX=g++
27
0 commit comments