ソースを参照

Enable full hardening build

Christoph Biedl 8 年 前
コミット
0d20df4ecc
1 ファイル変更2 行追加0 行削除
  1. 2 0
      debian/rules

+ 2 - 0
debian/rules

@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 SHELL := sh -e
 
 ifeq (,$(filter stage1,$(DEB_BUILD_PROFILES)))