TaKO8Ki / frum

A little bit fast and modern Ruby version manager written in Rust
MIT License
629 stars 15 forks source link

Add `--with-jemalloc` option #50

Closed jonian closed 3 years ago

jonian commented 3 years ago

Hi @TaKO8Ki, it would be nice if frum had an option to build with jemalloc, since it is a common optimization flag. Alternatively frum could allow to pass any options when building ruby using the syntax below (used in ruby-install):

frum install 3.0.1 -- --with-jemalloc
citizen428 commented 3 years ago

I'd like to work on this @TaKO8Ki (I actually already started 😅 ).

TaKO8Ki commented 3 years ago

@citizen428 Sure! Please feel free to ask questions :)