mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
added devel bootstrap script
This commit is contained in:
parent
f6d4714b7f
commit
ad714c5ada
6
devel-bootstrap.sh
Normal file
6
devel-bootstrap.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
export CFLAGS="-ggdb3 -O0"
|
||||
export CXXFLAGS="-ggdb3 -O0"
|
||||
./bootstrap.sh -j
|
||||
./configure $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user