mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
# Debug version.
|
|
|
|
config UCLIBC_ENABLE_DEBUG
|
|
bool "Build with debug information"
|
|
depends on TOOLCHAINOPTS && USE_UCLIBC && !EXTERNAL_TOOLCHAIN
|
|
default n
|