set CONFIG_NATIVE=false to not optimize for build machine

This commit is contained in:
Patrick Schleizer 2019-07-22 23:03:31 +00:00
parent dc599bf62d
commit 4a286a9d0e
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48

3
debian/rules vendored
View file

@ -18,3 +18,6 @@ override_dh_installchangelogs:
## https://github.com/GrapheneOS/hardened_malloc/issues/85 ## https://github.com/GrapheneOS/hardened_malloc/issues/85
override_dh_dwz: override_dh_dwz:
/bin/true /bin/true
override_dh_auto_build:
dh_auto_build -- CONFIG_NATIVE=false