mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
added devel bootstrap script
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
export CFLAGS="-ggdb3 -O0"
|
||||
export CXXFLAGS="-ggdb3 -O0"
|
||||
./bootstrap.sh -j
|
||||
./configure $@
|
||||
|
||||
Reference in New Issue
Block a user