From f31c33132ddafab7bb53ee55f4862c2d27bba951 Mon Sep 17 00:00:00 2001 From: Christian Menard Date: Mon, 2 Oct 2023 14:59:28 +0200 Subject: [PATCH] add changes to checked in Cargo.toml --- test/Rust/src-gen/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/Rust/src-gen/Cargo.toml b/test/Rust/src-gen/Cargo.toml index 171ccb64ee..ad2d186081 100644 --- a/test/Rust/src-gen/Cargo.toml +++ b/test/Rust/src-gen/Cargo.toml @@ -25,3 +25,8 @@ opt-level = "s" [profile.release-with-debug-info] # use `build-type: RelWithDebInfo` inherits = "release" debug = true + +[profile.lf-test] # use `build-type: Test` +inherits = "dev" +debug = true +