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 4cffcc6 commit d9b45c3Copy full SHA for d9b45c3
java/Makefile
@@ -3,7 +3,7 @@
3
4
INCLUDES := -I../basiclibrary/avltree -I../basiclibrary/threadpool -I../basiclibrary/singleshottimer
5
OPTIMIZATIONCPPFLAGS := -O3
6
-BASICCPPFLAGS := -c -Wall -std=c++0x
+BASICCPPFLAGS := -c -Wall -std=c++0x -D_GLIBCXX_USE_NANOSLEEP=1
7
CPP := g++
8
9
LIBOUT := ../lib
0 commit comments