From 6979f995345730ee55a5d282fe1d6efdae8df4c3 Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Tue, 10 Dec 2024 21:09:12 +0100 Subject: [PATCH] Add debug information in release profile --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef12e56..7175c05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "advent_of_code_2022" +name = "advent_of_code_2024" version = "0.1.0" authors = ["Greg Burri "] edition = "2021" @@ -17,3 +17,4 @@ nalgebra = "0.33" opt-level = 3 lto = true codegen-units = 1 +debug = true # Needed by 'cargo flamegraph' when profiling. -- 2.45.2