mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
23 lines
514 B
Plaintext
23 lines
514 B
Plaintext
From 40de2a01aa02a2655ed3ba372c7cfc8efd1b4a63 Mon Sep 17 00:00:00 2001
|
|
From: Philippe Houdoin <philippe.houdoin@gmail.com>
|
|
Date: Thu, 10 Apr 2025 20:46:43 +0200
|
|
Subject: Disable LTO
|
|
|
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 296164d..9abdc57 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -147,7 +147,7 @@ zip = { version = "2", default-features = false, features = ["deflate"] }
|
|
opt-level = 2
|
|
|
|
[profile.release]
|
|
-lto = "thin"
|
|
+lto = "off"
|
|
codegen-units = 1
|
|
|
|
[profile.release.package."typst-cli"]
|
|
--
|
|
2.48.1
|
|
|