]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
added devel bootstrap script
authorMoises Silva <moy@sangoma.com>
Tue, 5 Oct 2010 17:29:02 +0000 (13:29 -0400)
committerMoises Silva <moy@sangoma.com>
Tue, 5 Oct 2010 17:29:02 +0000 (13:29 -0400)
devel-bootstrap.sh [new file with mode: 0644]

diff --git a/devel-bootstrap.sh b/devel-bootstrap.sh
new file mode 100644 (file)
index 0000000..a8c4f7d
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+export CFLAGS="-ggdb3 -O0"
+export CXXFLAGS="-ggdb3 -O0"
+./bootstrap.sh -j
+./configure $@
+