Enable NEON for armhf packages

This commit is contained in:
Cameron Gutman
2026-04-12 16:07:23 -05:00
parent ab5758b511
commit aed57ce2dc

8
debian/rules vendored
View File

@@ -1,4 +1,12 @@
#!/usr/bin/make -f
# Enable NEON for armhf builds
include /usr/share/dpkg/architecture.mk
ifeq ($(DEB_HOST_ARCH), armhf)
export DEB_CFLAGS_MAINT_APPEND = -mfpu=neon
export DEB_CXXFLAGS_MAINT_APPEND = -mfpu=neon
endif
%:
dh $@