From 59d94b63722c4dac2b071184a5767447b469b1ad Mon Sep 17 00:00:00 2001 From: Jaro Habiger Date: Thu, 21 Mar 2024 17:19:13 +0100 Subject: [PATCH] disable lto & excessive debug symbols in release --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9099859..a31fd15 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,6 +56,6 @@ v4l = "0.14.0" v4l2-sys-mit = "0.3.0" [profile.release] -debug = 2 -lto = "thin" +# debug = 2 +# lto = "thin" # panic = "abort"