File: rules

package info (click to toggle)
simdjson 3.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,084 kB
  • sloc: cpp: 141,576; ansic: 14,451; python: 776; sh: 600; makefile: 47; ruby: 25; javascript: 13
file content (14 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ -Scmake

override_dh_auto_configure:
	dh_auto_configure -- \
		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
		-DBUILD_SHARED_LIBS=ON \
        -DSIMDJSON_BUILD_STATIC_LIB=ON

override_dh_auto_test:
	-dh_auto_test  # don't fail the build when SIGILL