Skip to content

Commit

Permalink
Added -ltr to get rid of undefined symbol 'clock_gettime'
Browse files Browse the repository at this point in the history
  • Loading branch information
gnatty7 committed Dec 22, 2016
1 parent 322cbdb commit f79509b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@

CFLAGS = -g -Wall -O3
CFLAGS = -g -Wall -O3 -lrt

all: pipe_lat pipe_thr \
unix_lat unix_thr \
Expand Down

0 comments on commit f79509b

Please sign in to comment.