mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-04 22:17:36 +00:00
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:
parent
67e1362094
commit
f19a8b2af0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue