diff options
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.adk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk index 90759cea2..62b162f0f 100644 --- a/target/config/Config.in.adk +++ b/target/config/Config.in.adk @@ -17,6 +17,13 @@ config ADK_DL_DIR Configure the download directory for all source packages. Use an absolute path. +config ADK_BUILD_WITH_DEBUG + bool "Build everything with debug information and allow debug packages" + default n + help + If you want to create debug packages, you should enable this option. + WARNING: It will use a lot of aditional disk space on you build system! + config ADK_DISABLE_HONOUR_CFLAGS bool "Disable honour CFLAGS checks globally" default n |