1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-21 17:13:22 +00:00
freeswitch/devel-bootstrap.sh
2010-10-13 14:18:38 -07:00

7 lines
102 B
Bash
Executable File

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