index
:
sylt
automatic-link
break-continue
colors
main
min-const-generics
move-tests
namespaces
one-call-to-print
pop_twice-move
sections
selectively-drop-upvalues
single-tuples
unsafe
Game jam language
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
Cargo.toml
1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f6b763f..9ad97e9 100644
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@ -18,6 +18,7 @@ criterion = { version = "0.3", optional = true }
[profile.release]
lto = "thin"
+debug = true
[[bench]]
name = "sylt_benchmark"