diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-12 11:23:11 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-12 11:23:11 +0000 |
commit | 923f42a3c22dc42bcdeba8b5883a71c1e340d7da (patch) | |
tree | 463c903c81e880a0a69dd25a3a6cc105951d1232 | |
parent | cde20f0b084ca9f32885fb48384419de2a92ce01 (diff) | |
download | buildroot-novena-923f42a3c22dc42bcdeba8b5883a71c1e340d7da.tar.gz buildroot-novena-923f42a3c22dc42bcdeba8b5883a71c1e340d7da.zip |
added debugging option
-rw-r--r-- | Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -211,6 +211,15 @@ config BR2_STRIP_none none do not strip (only for debugging!) endchoice +if BR2_STRIP_none +config BR2_ENABLE_DEBUG + bool "build packages with debugging symbols" + default n + help + Build packages with debugging symbols + enabled +endif + config BR2_PREFER_STATIC_LIB bool "prefer static libraries" default n |