summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-01-20 00:08:02 -0500
committerGitHub <noreply@github.com>2023-01-20 00:08:02 -0500
commit4870ff365a91b68eb0b9528c75375f01ce539e75 (patch)
treebeaa2b145556107558a9c319f38c877585c4b5ef /Cargo.toml
parent7f7a328977eda28725f2b67d7f8ab2e3697fa654 (diff)
refactor: change name of some stuff, add some comments (#992)
* some quick refactoring first * add todo for bug report template
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d1a2aa63..f5a0ad6d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ doctest = true
doc = true
[profile.release]
-# debug = true
+# debug = true # Might be nice to have a custom profile for flamegraphs.
# strip = false
debug = 0
strip = "symbols"