Updated Compiling from source (markdown)

JayDDee
2025-01-07 01:34:41 -05:00
parent d85bc06f48
commit 4febd84739

@@ -144,7 +144,9 @@ It is recomended to Build with default options, this will usually produce the be
or execute the commands manually to make changes to options:
`$ ./autogen.sh`
`$ CFLAGS="-O3 -march=native -Wall" ./configure --with-curl`
`$ make -j N`
N is the number of threads for the compiler to use. Use `-j $(nproc)` to use all CPU cores.