Skip to content

Commit

Permalink
Makefile add -lrt for clock_gettime
Browse files Browse the repository at this point in the history
  • Loading branch information
mbevand committed Nov 21, 2016
1 parent 097d068 commit a7eccdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CFLAGS = -O2 -std=gnu99 -pedantic -Wextra -Wall \
-Wno-deprecated-declarations \
-Wno-overlength-strings
LDFLAGS = -rdynamic -L${LIBOPENCL}
LDLIBS = -lOpenCL
LDLIBS = -lOpenCL -lrt
OBJ = main.o blake.o sha256.o
INCLUDES = blake.h param.h _kernel.h sha256.h

Expand Down

0 comments on commit a7eccdc

Please sign in to comment.