Last active
December 18, 2015 01:59
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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