Add debug information in release profile
authorGreg Burri <greg.burri@gmail.com>
Tue, 10 Dec 2024 20:09:12 +0000 (21:09 +0100)
committerGreg Burri <greg.burri@gmail.com>
Tue, 10 Dec 2024 20:09:12 +0000 (21:09 +0100)
Cargo.toml

index ef12e56..7175c05 100644 (file)
@@ -1,5 +1,5 @@
 [package]
-name = "advent_of_code_2022"
+name = "advent_of_code_2024"
 version = "0.1.0"
 authors = ["Greg Burri <greg.burri@gmail.com>"]
 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.