Enable -lrt by default

This commit is contained in:
sin 2015-04-20 11:43:59 +01:00
parent d412dad470
commit 684b6fe8f2
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ RANLIB = ranlib
# For NetBSD add -D_NETBSD_SOURCE
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
CFLAGS = -std=c99 -Wall -pedantic
LDFLAGS = -s # -lrt
LDFLAGS = -s -lrt