hardening build
Abhijith PA
5 years ago
1 changed file(s) with
1 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-0
debian/rules
less
more
0
0
#!/usr/bin/make -f
1
1
2
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
2
3
export DEB_BUILD_HARDENING=1
3
4
include /usr/share/dpkg/buildflags.mk
4
5