From f79509bfeef36f1f12ccacc840a0f5e634362bd5 Mon Sep 17 00:00:00 2001 From: gnatty7 Date: Thu, 22 Dec 2016 14:08:21 -0800 Subject: [PATCH] Added -ltr to get rid of undefined symbol 'clock_gettime' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7743f16..c16b1ed 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CFLAGS = -g -Wall -O3 +CFLAGS = -g -Wall -O3 -lrt all: pipe_lat pipe_thr \ unix_lat unix_thr \