1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-06-08 14:04:50 +00:00

added devel bootstrap script

This commit is contained in:
Moises Silva 2010-10-05 13:29:02 -04:00
parent f6d4714b7f
commit ad714c5ada

6
devel-bootstrap.sh Normal file

@ -0,0 +1,6 @@
#!/bin/bash
export CFLAGS="-ggdb3 -O0"
export CXXFLAGS="-ggdb3 -O0"
./bootstrap.sh -j
./configure $@