Default to not stripping binaries
This commit is contained in:
parent
d8ddcfb96a
commit
e06a0d35bc
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,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 NO_PROGRESS_BAR
|
config NO_PROGRESS_BAR
|
||||||
|
|
Reference in a new issue