Переглянути джерело

Add static compilation flag

make command:

make O_STATIC=1 O_NORL=1 strip
master
Arun Prakash Jana 5 роки тому
джерело
коміт
d67ad84360
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: A75979F35C080412
2 змінених файлів з 7 додано та 1 видалено
  1. +6
    -0
      Makefile
  2. +1
    -1
      README.md

+ 6
- 0
Makefile Переглянути файл

@@ -57,6 +57,12 @@ CFLAGS += $(CFLAGS_CURSES)

LDLIBS += $(LDLIBS_CURSES)

# static compilation needs libgpm development package
ifeq ($(O_STATIC),1)
LDFLAGS += -static
LDLIBS += -lgpm
endif

DISTFILES = src nnn.1 Makefile README.md LICENSE
SRC = src/nnn.c
HEADERS = src/nnn.h


+ 1
- 1
README.md Переглянути файл

@@ -180,4 +180,4 @@ Completion scripts for Bash, Fish and Zsh are [available](misc/auto-completion).
- [Maxim Baz](https://github.com/maximbaz)
- and other contributors

`nnn` is actively developed. Visit the to the [ToDo list](https://github.com/jarun/nnn/issues/386) to contribute or see the features in progress.
`nnn` is actively developed. Visit the to the [ToDo list](https://github.com/jarun/nnn/issues/448) to contribute or see the features in progress.

Завантаження…
Відмінити
Зберегти