Updated Compiling from source (markdown)

JayDDee
2020-11-28 20:17:01 -05:00
parent aeaa0a86af
commit 80e4d0a02b

@@ -233,7 +233,7 @@ This will compile for AMD Ryzen.
You can compile more generically for a set of specific CPU features You can compile more generically for a set of specific CPU features
if you know what features you want: if you know what features you want:
`CFLAGS="-O3 -maes -msse4.2 -Wall" ./configure `$CONFIGURE_ARGS` `CFLAGS="-O3 -maes -msse4.2 -Wall" ./configure $CONFIGURE_ARGS`
This will compile for an older CPU that does not have AVX. This will compile for an older CPU that does not have AVX.