mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
Remove redundant lib only for older GLIBC
This commit is contained in:
parent
9cbadc12be
commit
cb6f30fed4
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -28,7 +28,6 @@ endif
|
||||||
ifeq ($(O_DEBUG),1)
|
ifeq ($(O_DEBUG),1)
|
||||||
CPPFLAGS += -DDBGMODE
|
CPPFLAGS += -DDBGMODE
|
||||||
CFLAGS += -g
|
CFLAGS += -g
|
||||||
LDLIBS += -lrt
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(O_NORL),1)
|
ifeq ($(O_NORL),1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue