From 3770fc3e1d7f7183ba15abf429ec8d1e343f0ed3 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Thu, 5 Dec 2024 18:52:59 +0100 Subject: [PATCH] Update debian/rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 47078d4..6417914 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch) override_dh_prep: # amd64 build prep ifeq (amd64-v3,$(PIKA_BUILD_ARCH)) -export RUSTFLAGS = -C target-cpu=x86-64-v3 -C opt-level=3 -C lto=fat -C embed-bitcode -C codegen-units=1 -Zdylib-lto +export RUSTFLAGS = -C target-cpu=x86-64-v3 -C opt-level=3 -C embed-bitcode -C codegen-units=1 endif %: