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 +