mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fix DEB_CMAKE_FLAGS depending on DEB_HOST_ARCH
This commit is contained in:
parent
8c71238d60
commit
a315fae243
3
debian/rules
vendored
3
debian/rules
vendored
@ -2,8 +2,9 @@
|
||||
|
||||
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
|
||||
endif
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user