aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src/commands.rs
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-06-17 18:13:31 -0700
committerDaniel Mueller <deso@posteo.net>2019-06-17 18:13:31 -0700
commit4094d8d0592c507f322681b070b0fa0fefccd673 (patch)
tree9244a61707942d2a4831e5cb955c81ebbf008bcf /nitrocli/src/commands.rs
parente1fc56bf92ab5d93e200e8ac32f197c5fa27846e (diff)
downloadnitrocli-4094d8d0592c507f322681b070b0fa0fefccd673.tar.gz
nitrocli-4094d8d0592c507f322681b070b0fa0fefccd673.tar.bz2
Remove explicit change of global allocator
This change removes the explicit change of the global allocator to the system allocator that we introduced a while back. The reason this was needed in the past was due to Rust's use of jemalloc in the default configuration, which increases binary size quite significantly. However, with Rust issue #36963 fixed, jemalloc is now an explicit opt-in and the system allocator is the default choice -- rendering our explicit change rather pointless.
Diffstat (limited to 'nitrocli/src/commands.rs')
0 files changed, 0 insertions, 0 deletions