From 658d292d013a0bd555416885da1207133c3a05cd Mon Sep 17 00:00:00 2001 From: JayDDee Date: Fri, 14 Jan 2022 17:22:59 -0500 Subject: [PATCH] Updated Compiling from source (markdown) --- Compiling-from-source.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Compiling-from-source.md b/Compiling-from-source.md index fa79299..79ae816 100644 --- a/Compiling-from-source.md +++ b/Compiling-from-source.md @@ -69,8 +69,10 @@ or `$ ./autogen.sh` + `$ CFLAGS="-O3 -march=native -Wall" ./configure --with-curl` + `$ make -j [N]`