summaryrefslogtreecommitdiffstats
path: root/meta/recipes-example/rust-hello-world/rust-hello-world/0001-enable-LTO.patch
blob: f319545ee1a2f28bde8e86f2df84f2780f81c910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From fa40b874f6470ec11a8fd7b0c9909d0cdd2d6feb Mon Sep 17 00:00:00 2001
From: Dan Callaghan <dan.callaghan@opengear.com>
Date: Fri, 5 Feb 2021 08:56:34 +1000
Subject: [PATCH] enable LTO

Upstream-Status: Pending
---
 Cargo.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Cargo.toml b/Cargo.toml
index 7a2f6c8..cdb6b5d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,3 +3,6 @@
 name = "rust-hello-world"
 version = "0.0.1"
 authors = ["Cody P Schafer <dev@codyps.com>"]
+
+[profile.release]
+lto = true
-- 
2.28.0