Removed -lrt from Makefile as others probably don't need it and I did

not intend to push it with my PR.
This commit is contained in:
Simon
2018-10-21 15:58:54 +01:00
parent 67e1362094
commit f19a8b2af0

View File

@@ -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