From f19a8b2af0dd484ef46f5328cb535b1638f17fc6 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 21 Oct 2018 15:58:54 +0100 Subject: [PATCH] Removed -lrt from Makefile as others probably don't need it and I did not intend to push it with my PR. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da6d662..b0ae9f3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc CXX = g++ -CFLAGS = -g -O3 -Wall -std=c++0x -pthread -lrt +CFLAGS = -g -O3 -Wall -std=c++0x -pthread LIBS = -lpthread LDFLAGS = -g