]> git.ipfire.org Git - thirdparty/freeswitch.git/blob - devel-bootstrap.sh
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
[thirdparty/freeswitch.git] / devel-bootstrap.sh
1 #!/bin/bash
2 export CFLAGS="-ggdb3 -O0"
3 export CXXFLAGS="-ggdb3 -O0"
4 ./bootstrap.sh -j
5 ./configure $@
6