]> git.ipfire.org Git - thirdparty/freeswitch.git/blob - devel-bootstrap.sh
swigall
[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