Skip to content
Snippets Groups Projects
Commit b40d9411 authored by Christof Schulze's avatar Christof Schulze Committed by Matthias Schiffer
Browse files

build: add GLUON_DEBUG flag, if enabled set CONFIG_DEBUG and do not strip binaries (#1028)

parent b38bd942
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ endif
GLUON_LANGS ?= en
export GLUON_RELEASE GLUON_ATH10K_MESH GLUON_REGION
export GLUON_RELEASE GLUON_ATH10K_MESH GLUON_REGION GLUON_DEBUG
update: FORCE
......
......@@ -12,3 +12,11 @@ config 'CONFIG_LUCI_SRCDIET=y'
config 'CONFIG_TARGET_MULTI_PROFILE=y'
config 'CONFIG_TARGET_PER_DEVICE_ROOTFS=y'
if [ "$GLUON_DEBUG" ]
then
config 'CONFIG_DEBUG=y'
config 'CONFIG_NO_STRIP=y'
config '# CONFIG_USE_STRIP is not set'
config '# CONFIG_USE_SSTRIP is not set'
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment