File: rules

package info (click to toggle)
dmlc-core 0.0~git20200912.bfad207-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,972 kB
  • sloc: cpp: 15,865; python: 1,416; ansic: 988; java: 802; makefile: 240; sh: 138; xml: 138
file content (7 lines) | stat: -rwxr-xr-x 159 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
	dh $@ -Scmake

override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_SHARED_LIBS=ON