From: Moises Silva Date: Tue, 5 Oct 2010 17:29:02 +0000 (-0400) Subject: added devel bootstrap script X-Git-Tag: v1.2-rc1~291^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad714c5adad5e640863ec13cc206f5dba4a4d7b6;p=thirdparty%2Ffreeswitch.git added devel bootstrap script --- 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 $@ +