mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-02 13:13:17 +00:00
There doesn't seem to be a reason why this shouldn't be in master. The fairwaves/master branch is removing --march=native as well that looks like a good idea as well.
13 lines
212 B
Makefile
Executable File
13 lines
212 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
DEB_BUILD_HARDENING=1
|
|
|
|
%:
|
|
dh $@ --with autoreconf
|
|
|
|
override_dh_shlibdeps:
|
|
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
|
|
|
|
override_dh_strip:
|
|
dh_strip --dbg-package=osmo-trx-dbg
|