projects
/
advent_of_code_2024.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeb6d67
)
Add debug information in release profile
author
Greg Burri
<greg.burri@gmail.com>
Tue, 10 Dec 2024 20:09:12 +0000
(21:09 +0100)
committer
Greg Burri
<greg.burri@gmail.com>
Tue, 10 Dec 2024 20:09:12 +0000
(21:09 +0100)
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index
ef12e56
..
7175c05
100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-1,5
+1,5
@@
[package]
-name = "advent_of_code_202
2
"
+name = "advent_of_code_202
4
"
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.