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