Skip to content

Commit

Permalink
Makefile: removed -lrt flag from CHECKLIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikaitis committed May 2, 2024
1 parent c2e42e6 commit 7dc94a1
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 @@ -42,7 +42,7 @@ CFLAGS=$(WFLAGS) $(ARCHFLAGS) -std=gnu99 -I $(SRCDIR) \
COPTIM=-O3
CCOVFLAGS=-Og -g --coverage
CLIBS=-lm -fopenmp
CHECKLIBS=-lcheck -lpthread -lsubunit -lrt
CHECKLIBS=-lcheck -lpthread -lsubunit
PCG_INCLUDE=-include $(PCG_HEADER)
PCG_LIB=-L $(DEPSDIR)pcg-c/src -lpcg_random
PCG_FLAGS=$(PCG_INCLUDE) $(PCG_LIB)
Expand Down

0 comments on commit 7dc94a1

Please sign in to comment.