File: rules

package info (click to toggle)
spirv-cross 2021.01.15%2B1.4.304.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 25,172 kB
  • sloc: cpp: 60,974; python: 886; ansic: 279; sh: 91; makefile: 56; asm: 55
file content (13 lines) | stat: -rwxr-xr-x 269 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- \
		-DSPIRV_CROSS_SHARED=ON \
		-DSPIRV_CROSS_FORCE_PIC=ON \
		-DSPIRV_CROSS_CLI=ON \
		-DSPIRV_CROSS_ENABLE_TESTS=OFF