File: rules

package info (click to toggle)
rocm-smi-lib 6.4.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,148 kB
  • sloc: cpp: 25,247; python: 3,959; ansic: 3,005; sh: 278; makefile: 5
file content (15 lines) | stat: -rwxr-xr-x 432 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# export CC=clang
# export CXX=clang++

# NOTE: please check LTO builds when updating the symbols table.  Usually the
# missing symbols were not needed in the first place, and can safely be marked
# as (optional).
#export DEB_BUILD_MAINT_OPTIONS += optimize=+lto

%:
	dh $@ -Scmake

execute_before_dh_missing-indep:
	rm -vf $(CURDIR)/debian/tmp/usr/bin/rocm_smi.py