From fad7cddabee50c73671ed42e71ddd293a622475a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 4 Jan 2025 21:32:12 -0800 Subject: [PATCH] Updated CompileClient (markdown) --- CompileClient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompileClient.md b/CompileClient.md index 4db05e8..b307295 100644 --- a/CompileClient.md +++ b/CompileClient.md @@ -28,7 +28,7 @@ In this case you should build using: ``` ./_autosetup ./configure --disable-server --enable-client-release --build=i686-pc-linux-gnu \ - CXXFLAGS="-O3 -funroll-loops -fforce-addr -ffast-math" + CXXFLAGS="-march=x86-64 -O3 -ffast-math" make ```