Skip to content

Commit 4cffcc6

Browse files
authored
Update Makefile
1 parent 11cec4b commit 4cffcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/c_cpp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
STATIC_LIBRARY := ../../lib/libncsocket.a
44
DYNAMIC_LIBRARY := ../../lib/libncsocket.so
55
OPTIMIZATIONCPPFLAGS := -O3
6-
BASICCPPFLAGS := -c -Wall -std=c++0x
6+
BASICCPPFLAGS := -c -Wall -std=c++0x -D_GLIBCXX_USE_NANOSLEEP=1
77
INCLUDES := -I../../lib
88
CPP := g++
99

0 commit comments

Comments
 (0)