From 4fdfb8c7f42fce59e6f32138dee3dcdabd4c349e Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Tue, 18 Jan 2022 20:32:22 +0200 Subject: [PATCH] enable FAT_RUNTIME --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 72eda211..98c419e7 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all ifeq ($(DEB_HOST_ARCH),amd64) -export DEB_CMAKE_FLAGS = -DBUILD_AVX2=on -DBUILD_AVX512=on -DBUILD_AVX512VBMI=off +export DEB_CMAKE_FLAGS = -DBUILD_AVX2=on -DBUILD_AVX512=on -DBUILD_AVX512VBMI=off -DFAT_RUNTIME=on endif %: