Skip to content

Instantly share code, notes, and snippets.

@yugui
Created January 1, 2010 01:33
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 yugui/267005 to your computer and use it in GitHub Desktop.
Save yugui/267005 to your computer and use it in GitHub Desktop.
CC="ccache gcc" ../../mri/configure --prefix=~/local --program-suffix=-1.9.1
CC="ccache gcc" ../../mri/configure --prefix=~/local --program-suffix=-trunk --with-rubylibprefix=~/local/lib/ruby-trunk --with-soname=ruby-trunk --with-ridir=~/local/share/ri-trunk --with-rubyhdrdir=~/local/include/ruby-1.9.1-trunk
CC="ccache gcc" ../../mri/configure --prefix=~/local --program-suffix=-trunk-O0 --with-rubylibprefix=~/local/lib/ruby-trunk-O0 --with-soname=ruby-trunk-O0 --with-ridir=~/local/share/ri-trunk-O0 --with-rubyhdrdir=~/local/include/ruby-1.9.1-trunk-O0 debugflags=-g3 optflags=-O0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment