Skip to content

Instantly share code, notes, and snippets.

@pgib
Created December 3, 2012 22:20
Show Gist options
  • Save pgib/4198665 to your computer and use it in GitHub Desktop.
Save pgib/4198665 to your computer and use it in GitHub Desktop.
#!/bin/sh
export CFLAGS="-march=core2 -O3 -pipe -fomit-frame-pointer"
VERSION="1.9.3-p327"
curl https://raw.github.com/gist/1688857/2-$VERSION-patched.sh > /tmp/$VERSION-perf
rbenv install /tmp/$VERSION-perf
@eddanger
Copy link

Best gist of 2012!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment