Default to not strip binaries
This commit is contained in:
parent
85506da325
commit
3d24e5bfdf
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,7 @@ menu "--- Build Settings"
|
||||||
|
|
||||||
config STRIP
|
config STRIP
|
||||||
bool "Strip Installed Binaries/Libraries"
|
bool "Strip Installed Binaries/Libraries"
|
||||||
default y
|
default n
|
||||||
depends on !BOOK_CLFS3
|
depends on !BOOK_CLFS3
|
||||||
|
|
||||||
config VIMLANG
|
config VIMLANG
|
||||||
|
|
Reference in a new issue