From f2721def0501c1cbaad11f8366c5b20f440b7921 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 26 Apr 2015 04:09:01 -0500 Subject: 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. --- target/config/Config.in.adk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/config') 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 -- cgit v1.2.3