Skip to content

Instantly share code, notes, and snippets.

View saghul's full-sized avatar

Saúl Ibarra Corretgé saghul

View GitHub Profile
@saghul
saghul / gdb.rb
Created March 13, 2012 16:40 — forked from hirofumi/gdb.rb
Homebrew Formula of GDB 7.4
require 'formula'
class Gdb < Formula
url 'http://ftp.gnu.org/gnu/gdb/gdb-7.4.tar.bz2'
homepage 'http://www.gnu.org/software/gdb/'
md5 '95a9a8305fed4d30a30a6dc28ff9d060'
def install
args = ["--prefix=#{prefix}",
"--disable-debug",