mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-10 04:12:05 +08: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
|