From 1405189a1b33bb4208341c60f4ab2a7c0436fb1c Mon Sep 17 00:00:00 2001 From: Christoph Lehner Date: Tue, 8 Oct 2024 10:11:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e9d9d33..68be2b4f 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ For a detailed local installation, follow these steps: ./bootstrap.sh mkdir build cd build - ../configure --enable-simd=AVX2 + ../configure --enable-simd=AVX2 CXXFLAGS=-fPIC make -j sudo make install ```