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 11cec4b commit 4cffcc6Copy full SHA for 4cffcc6
example/c_cpp/Makefile
@@ -3,7 +3,7 @@
3
STATIC_LIBRARY := ../../lib/libncsocket.a
4
DYNAMIC_LIBRARY := ../../lib/libncsocket.so
5
OPTIMIZATIONCPPFLAGS := -O3
6
-BASICCPPFLAGS := -c -Wall -std=c++0x
+BASICCPPFLAGS := -c -Wall -std=c++0x -D_GLIBCXX_USE_NANOSLEEP=1
7
INCLUDES := -I../../lib
8
CPP := g++
9
0 commit comments