It was moved from the freeswitch source tree into its own package. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
12 lines
322 B
Text
12 lines
322 B
Text
menu "Configuration"
|
|
depends on PACKAGE_freetdm
|
|
|
|
config FREETDM_WITH_DEBUG
|
|
bool "Compile with debug information"
|
|
default n
|
|
help
|
|
Enable extra debug codepaths, like asserts and extra output. If you
|
|
want to get meaningful backtraces see
|
|
https://wiki.openwrt.org/doc/devel/debugging for starting points.
|
|
|
|
endmenu
|