freetdm: add package
[feed/telephony.git] / libs / freetdm / Config.in
1 menu "Configuration"
2 depends on PACKAGE_freetdm
3
4 config FREETDM_WITH_DEBUG
5 bool "Compile with debug information"
6 default n
7 help
8 Enable extra debug codepaths, like asserts and extra output. If you
9 want to get meaningful backtraces see
10 https://wiki.openwrt.org/doc/devel/debugging for starting points.
11
12 endmenu