dont use clock_gettime by default
This commit is contained in:
parent
4f66de4cdb
commit
bc2843f301
@ -5,5 +5,6 @@ include $(depth)/mk/localdefs
|
|||||||
ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \
|
ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \
|
||||||
-D_GNU_SOURCE
|
-D_GNU_SOURCE
|
||||||
|
|
||||||
LIBSYS = -lpthread -ldl -lrt
|
LIBSYS = -lpthread -ldl
|
||||||
LIBSYSTHREADS = -lrt
|
LIBSYSTHREADS =
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user