mirror of
https://github.com/openwrt/telephony.git
synced 2025-05-02 00:00:23 +08:00

It was moved from the freeswitch source tree into its own package. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
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
|