diff --git a/Compiling-from-source.md b/Compiling-from-source.md index 758eaaa..5f5f3c9 100644 --- a/Compiling-from-source.md +++ b/Compiling-from-source.md @@ -166,9 +166,11 @@ There is no build script for ARM CPUs, use these commands adjusting the options `$ ./autogen.sh` x86_64 CPU (Intel & AMD): + `$ CFLAGS="-O3 -march=native -Wall -D_WIN32_WINNT=0x0601" ./configure --with-curl` aarch64, add "-DARM_WIN_HACK" if necessary: + `$ CFLAGS="-O3 -march=native -Wall -D_WIN32_WINNT=0x0601 -flax_vector_conversions" ./configure --with-curl` `$ make -j [N]`