From 57fa5eda89425437341326ce2f8fb4a381437068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pi=C3=B1a=20Colada?= Date: Mon, 24 May 2021 22:40:15 +0530 Subject: [PATCH] Updated Developer guides (markdown) --- Developer-guides.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Developer-guides.md b/Developer-guides.md index 673fc8c..91e9a00 100644 --- a/Developer-guides.md +++ b/Developer-guides.md @@ -88,7 +88,7 @@ More details [here](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-ic #### Compile out locale - make O_NOLOC=1 + make O_NOLC=1 Unsupported characters in file names will be replaced by `?`. Operations on files work seamlessly. @@ -126,7 +126,7 @@ Verify the binary. Careful use of make variables, static compilation and [upx](https://upx.github.io/) compression can do wonders! ``` -$ make CFLAGS+=-march=corei7 O_NORL=1 O_NOMOUSE=1 O_NOLOC=1 O_NOBATCH=1 O_NOSSN=1 O_NOFIFO=1 O_QSORT=1 O_NOUG=1 static +$ make CFLAGS+=-march=corei7 O_NORL=1 O_NOMOUSE=1 O_NOLC=1 O_NOBATCH=1 O_NOSSN=1 O_NOFIFO=1 O_QSORT=1 O_NOUG=1 static $ upx nnn-static $ ls -l nnn-static -rwxrwxr-x 1 user user 593808 Nov 2 00:45 nnn-static