-
Turn on
--enable-shared
by default for all supported MRI Rubies. #1368Some gems need the host ruby to have shared library enabled. Currently, we're not aware of any potential downsides to having this enabled by default.
If your installation absolutely should not have
--enable-shared
, one workaround we suggest is to copy an existing build definition into its own file, remove theenable_shared
directive, and use the new build definition for your installs:ruby-build path/to/definition /path/to/destination
.