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 | eb1c4db03967f28efd280ecb869009e9fe9c9dab (patch) | |
tree | d622c36d667a9dba9c1dfac56b6adde613fc5814 /Config.in | |
parent | ef6e3e880fd696d029f69168581893883ec69f58 (diff) | |
download | upstream-eb1c4db03967f28efd280ecb869009e9fe9c9dab.tar.gz upstream-eb1c4db03967f28efd280ecb869009e9fe9c9dab.tar.bz2 upstream-eb1c4db03967f28efd280ecb869009e9fe9c9dab.zip |
add support for an optional staging directory for debug binaries
SVN-Revision: 14018
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 |