re-enable prealloc by default

arg-parsing-better
Avril 3 years ago
parent 9d339d9628
commit e1083f4844
Signed by: flanchan
GPG Key ID: 284488987C31F630

1
.gitignore vendored

@ -1,4 +1,5 @@
/target
*~
*.dump
*.dump.raw
profiling/

@ -13,7 +13,7 @@ codegen-units = 1
panic = "unwind"
[features]
default = ["splash", "inspect", "defer-drop", "jemalloc"]
default = ["splash", "inspect", "defer-drop", "jemalloc", "prealloc"]
# Use jemalloc as global allocator instead of system allocator.
# May potentially cause some speedups and better memory profile on large runs.

Loading…
Cancel
Save