Skip to content

Instantly share code, notes, and snippets.

@mscottford
Last active December 18, 2015 01:59
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mscottford/5707976 to your computer and use it in GitHub Desktop.
Save mscottford/5707976 to your computer and use it in GitHub Desktop.
Command used to build Ruby 2.0.0-p353 with rbenv, optimization values and readline from homebrew
env CFLAGS='-march=corei7-avx -O2 -pipe' RUBY_CONFIGURE_OPTS="--with-readline-dir=`brew --prefix readline`" rbenv install 2.0.0-p353
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment