From 5c793515bbdc18d403887bb903eceb49201adea2 Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Wed, 5 Aug 2020 07:03:37 -0500 Subject: [PATCH] Force disbale SIMD. --- soxr.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/soxr.spec b/soxr.spec index c1b21e2..c3f775a 100644 --- a/soxr.spec +++ b/soxr.spec @@ -31,7 +31,8 @@ developing applications that use %{name}. %build export LDFLAGS="-Wl,--as-needed" -%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo +%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DWITH_CR32S=FALSE %cmake_build