]> Sergey Matveev's repositories - nnn.git/commitdiff
Remove redundant lib only for older GLIBC
authorArun Prakash Jana <engineerarun@gmail.com>
Tue, 28 Jan 2020 13:25:41 +0000 (18:55 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Tue, 28 Jan 2020 13:25:41 +0000 (18:55 +0530)
Makefile

index 6043572f50d7708cc7277ccfbc84e5b6f00fc578..44849a6795f266ab4180c4a1ba690ec2b29bf45a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,6 @@ endif
 ifeq ($(O_DEBUG),1)
        CPPFLAGS += -DDBGMODE
        CFLAGS += -g
-       LDLIBS += -lrt
 endif
 
 ifeq ($(O_NORL),1)