X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=Config.in;h=b9716e8b2c1e57f6089fe8bcb83715ab47462aea;hp=1e8f9e28dbb96d537b9beaabe543db6defc422c0;hb=8e58c644fd2d73adc12f50b10c8aad9fcb5c5765;hpb=b64c4c6b403a3ca43043c5ff98d6b2e4504e0a79 diff --git a/Config.in b/Config.in index 1e8f9e28db..b9716e8b2c 100644 --- a/Config.in +++ b/Config.in @@ -142,6 +142,10 @@ config EXTERNAL_KERNEL_TREE prompt "Use external kernel tree" if DEVEL default "" +config BUILD_DEVELOPER_SYSTEM + bool "build a non-stripped system, so gcc can be run natively on target" if DEVEL + default n + source "toolchain/Config.in" menuconfig BUILDSYSTEM_SETTINGS bool "Buildsystem settings"