Skip to content

Instantly share code, notes, and snippets.

@cicloid
Created December 5, 2012 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cicloid/4219567 to your computer and use it in GitHub Desktop.
Save cicloid/4219567 to your computer and use it in GitHub Desktop.
Fast ruby 1.9.3-p327 with performance patches
export CXX=clang CC=clang CFLAGS="-march=native -O3 -pipe -fomit-frame-pointer"
curl https://raw.github.com/gist/1688857/rbenv.sh | sh
rbenv global 1.9.3-p327-perf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment