File: rules

package info (click to toggle)
rocm-smi-lib 6.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,096 kB
  • sloc: cpp: 22,444; python: 3,557; ansic: 1,765; 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