Hi, On Mon, 04 Dec 2017 19:54:13 +0500 Nikolai Merinov <[email protected]> wrote:
> I added "-lstdc++" to rust standard lib to overcome issue. Which solution is > better: > 1. change link flags for rust standard library, or Sounds hacky and I'm not sure why it helps or whether it will keep working. > 2. create rust-specific jemalloc as suggested in #29522? I vote for using a rust-specific jemalloc without the C++ parts (named "jemalloc-without-c++" or something, it just has to pass a flag to "configure"). It's smaller, too. Any downsides?
