From 9aab0d27da7b0232c02d44b0a2f6527ecc0b5815 Mon Sep 17 00:00:00 2001 From: Julian Stecklina Date: Tue, 22 Nov 2022 15:53:24 +0100 Subject: [PATCH] Make it smaller --- rust/lanzaboote/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust/lanzaboote/Cargo.toml b/rust/lanzaboote/Cargo.toml index 9d8595d..a255eeb 100644 --- a/rust/lanzaboote/Cargo.toml +++ b/rust/lanzaboote/Cargo.toml @@ -10,3 +10,6 @@ uefi-services = "0.15.0" log = "0.4.17" ed25519-compact = { version = "2.0.2", default-features = false, features = [] } +[profile.release] +opt-level = "s" +lto = true