File: rules

package info (click to toggle)
spirv-cross 2021.01.15%2B1.3.239.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,384 kB
  • sloc: cpp: 57,224; python: 873; ansic: 249; 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