跳过所有架构检查,避免构建错误问题(后续需恢复)

This commit is contained in:
Yue-Lan 2023-04-25 16:18:30 +08:00
parent 0776e0e918
commit f9a967ffb0
1 changed files with 2 additions and 0 deletions

2
debian/rules vendored
View File

@ -4,6 +4,8 @@ binaries := $(shell dh_listpackages)
export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
export DEB_BUILD_OPTIONS=nocheck
# Ensure the build aborts when there are still references to undefined symbols
DEB_LDFLAGS_MAINT_APPEND += -Wl,-z,defs