]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
enable FAT_RUNTIME
authorKonstantinos Margaritis <markos@freevec.org>
Tue, 18 Jan 2022 18:32:22 +0000 (20:32 +0200)
committerKonstantinos Margaritis <markos@freevec.org>
Tue, 18 Jan 2022 18:32:22 +0000 (20:32 +0200)
debian/rules

index 72eda21101168a57f31ef159b1832249b3e9d9e4..98c419e77d665a8641a605752ca96655cc56cbc2 100755 (executable)
@@ -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
 
 %: