diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-01-13 03:21:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-01-13 03:21:25 +0000 |
commit | e12489a3e2f9b970129b82697904f18ce6e11de0 (patch) | |
tree | b2f98ad66d9698b8c9607f426f420d92f11576bf /Config.in | |
parent | af3f632c320b0c259e0976fca908fddce735abe9 (diff) | |
download | upstream-e12489a3e2f9b970129b82697904f18ce6e11de0.tar.gz upstream-e12489a3e2f9b970129b82697904f18ce6e11de0.tar.bz2 upstream-e12489a3e2f9b970129b82697904f18ce6e11de0.zip |
add support for an optional staging directory for debug binaries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14018 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -106,6 +106,13 @@ config DEBUG help Disables stripping and adds -g3 to the CFLAGS +config DEBUG_DIR + bool "Install debugging binaries into a staging directory" + default n + help + This will install all compiled package binaries into build_dir/target-*/debug-*/, + useful for cross-debugging via gdb/gdbserver + config NO_STRIP bool "Install unstripped binary on the target (useful for native compiling/debugging)" default n |