From e7938f00972097abd3f54826b9d2fe7ceadd00b6 Mon Sep 17 00:00:00 2001 From: JayDDee Date: Tue, 17 Dec 2024 13:10:45 -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 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]`