We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c094c commit ba505dfCopy full SHA for ba505df
.gitignore
@@ -1,5 +1,5 @@
1
.DS_STORE
2
-/target
+/target*
3
out/
4
snapshots/
5
out.json
Cargo.toml
@@ -76,7 +76,7 @@ codegen-units = 16
76
# e.g. `cargo build --profile profiling`
77
[profile.profiling]
78
inherits = "release"
79
-debug = 2
+debug = "full"
80
split-debuginfo = "unpacked"
81
strip = false
82
0 commit comments