From 911157df281273a62e4ef601a7127443c57dbe51 Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Thu, 10 Dec 2020 22:29:12 +0530 Subject: [PATCH] Updated Performance (markdown) --- Performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Performance.md b/Performance.md index f0e6a80..538d6c6 100644 --- a/Performance.md +++ b/Performance.md @@ -54,7 +54,7 @@ Stripped binary (or script) size & memory usage of `nnn` and some other popular Results with a more aggressive custom static compilation and upx compression:
-$ sudo 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_NOLOC=1 O_NOBATCH=1 O_NOSSN=1 O_NOFIFO=1 O_QSORT=1 O_NOUG=1 static
 $ upx nnn-static
 $top
  BINSZ    VIRT    RES    SHR S  %MEM   COMMAND