summaryrefslogtreecommitdiffstats
path: root/tools/gcc-plugins/debian/rules
blob: f8f42ad3374bd3c4118a36b1deaa99b71e196b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# standard Debian options & profiles

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_test:
	true