From b96c469ef5ca259afeb0f6845e4985be9ad76de6 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 8 Mar 2024 10:51:04 +0100 Subject: [PATCH] Put release profile settings back the way they should be --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3eefad7..6096fb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ members = [ # preserves-schema = { path = "localdev/preserves/implementations/rust/preserves-schema" } [profile.release] -# strip = true -debug = true +strip = true +# debug = true # lto = true [profile.bench]