]> git.ipfire.org Git - thirdparty/freeswitch.git/blame - devel-bootstrap.sh
[mod_skinny] Fix build on Debian 12: error: array subscript 'skinny_message_t {aka...
[thirdparty/freeswitch.git] / devel-bootstrap.sh
CommitLineData
ad714c5a
MS
1#!/bin/bash
2export CFLAGS="-ggdb3 -O0"
3export CXXFLAGS="-ggdb3 -O0"
4./bootstrap.sh -j
5./configure $@
6