summaryrefslogtreecommitdiffstats
path: root/libs/freetdm/Config.in
blob: 725f88823f5472dbc6175817a5b407ac3d1efdc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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