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 d84650e commit 35df38fCopy full SHA for 35df38f
make.sh
@@ -21,7 +21,7 @@ function set_flag() {
21
fi
22
}
23
24
-COMMON_FLAGS="-I ../include -shared -fPIC -s -O3 -ldl -lpthread"
+COMMON_FLAGS="-I ../include -shared -fPIC -s -O3 -ldl -lrt -lpthread"
25
DEFAULT_CXXFLAGS="-std=c++11 $COMMON_FLAGS"
26
DEFAULT_CFLAGS="$COMMON_FLAGS"
27
DEFAULT_LDFLAGS=""
0 commit comments