summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-26 04:09:01 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-26 04:09:01 -0500
commitf2721def0501c1cbaad11f8366c5b20f440b7921 (patch)
tree7b15c7714ce84fe9d75bb77cab3826908901d18c /target
parent8b6a574f396972f5065b4cab0d201fbb97015b0f (diff)
make compiling with debug information non-default behavior
As mentioned by Phil, a lot of disk space is needed nowadays to build OpenADK. Switch to non debug builds as default to save 2 GB for each default build.
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.adk7
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