Skip to content

Commit d9b45c3

Browse files
authored
Update Makefile
1 parent 4cffcc6 commit d9b45c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
INCLUDES := -I../basiclibrary/avltree -I../basiclibrary/threadpool -I../basiclibrary/singleshottimer
55
OPTIMIZATIONCPPFLAGS := -O3
6-
BASICCPPFLAGS := -c -Wall -std=c++0x
6+
BASICCPPFLAGS := -c -Wall -std=c++0x -D_GLIBCXX_USE_NANOSLEEP=1
77
CPP := g++
88

99
LIBOUT := ../lib

0 commit comments

Comments
 (0)