dont use clock_gettime by default
This commit is contained in:
parent
7671dc6482
commit
9300be3097
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue