From 4a286a9d0e6fcc91205ede7e794684c772180707 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Mon, 22 Jul 2019 23:03:31 +0000 Subject: [PATCH] set CONFIG_NATIVE=false to not optimize for build machine --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 49a850d..3110df6 100755 --- a/debian/rules +++ b/debian/rules @@ -18,3 +18,6 @@ override_dh_installchangelogs: ## https://github.com/GrapheneOS/hardened_malloc/issues/85 override_dh_dwz: /bin/true + +override_dh_auto_build: + dh_auto_build -- CONFIG_NATIVE=false