Codebase list checkpolicy / c9e4a52
d/rules: Enable build hardening Christian Göttsche authored 3 years ago Laurent Bigonville committed 3 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 #
33 # Uncomment this to turn on verbose mode.
44 #export DH_VERBOSE=1
5
6 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
57
68 # The build system doesn't use CPPFLAGS, pass them to CFLAGS to enable the
79 # missing (hardening) flags. Also enable Wall and Wextra to spot basic irregularities.