File: rules

package info (click to toggle)
asmjit 0.0~git20231115.1da9e4d-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,064 kB
  • sloc: cpp: 99,119; javascript: 6,723; sh: 48; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DASMJIT_STATIC=ON -DASMJIT_TEST=ON -DCMAKE_VERBOSE_MAKEFILE=ON