From d53ede24688b3eb5e26d02dede5cfa63f35e18f9 Mon Sep 17 00:00:00 2001 From: Arun Date: Fri, 13 May 2022 03:57:46 +0530 Subject: [PATCH] Updated Developer guides (markdown) --- Developer-guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-guides.md b/Developer-guides.md index c920525..5933bca 100644 --- a/Developer-guides.md +++ b/Developer-guides.md @@ -147,7 +147,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_NOLC=1 O_NOBATCH=1 O_NOSSN=1 O_NOFIFO=1 O_QSORT=1 O_NOUG=1 static +$ make CFLAGS+=-march=native 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