From ad714c5adad5e640863ec13cc206f5dba4a4d7b6 Mon Sep 17 00:00:00 2001 From: Moises Silva Date: Tue, 5 Oct 2010 13:29:02 -0400 Subject: [PATCH] added devel bootstrap script --- devel-bootstrap.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devel-bootstrap.sh diff --git a/devel-bootstrap.sh b/devel-bootstrap.sh new file mode 100644 index 0000000000..a8c4f7d734 --- /dev/null +++ b/devel-bootstrap.sh @@ -0,0 +1,6 @@ +#!/bin/bash +export CFLAGS="-ggdb3 -O0" +export CXXFLAGS="-ggdb3 -O0" +./bootstrap.sh -j +./configure $@ +