浏览代码

fix(debian): hardening all but no PIE flag

jrcoding 4 年之前
父节点
当前提交
738629b198
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      debian/rules-template

+ 1 - 0
debian/rules-template

@@ -2,6 +2,7 @@
 
 export DH_VERBOSE = 1
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 export DEB_BUILD_OPTIONS=parallel=4
 
 override_dh_auto_configure: