mirror of https://github.com/hak5/openwrt-owl.git
parent
81be8e3147
commit
8f83105e22
|
@ -154,12 +154,14 @@ choice
|
||||||
|
|
||||||
config USE_STRIP
|
config USE_STRIP
|
||||||
bool "strip"
|
bool "strip"
|
||||||
|
depends !DEBUG
|
||||||
help
|
help
|
||||||
This will install binaries stripped using strip from binutils
|
This will install binaries stripped using strip from binutils
|
||||||
|
|
||||||
|
|
||||||
config USE_SSTRIP
|
config USE_SSTRIP
|
||||||
bool "sstrip"
|
bool "sstrip"
|
||||||
|
depends !DEBUG
|
||||||
depends !USE_GLIBC
|
depends !USE_GLIBC
|
||||||
depends !USE_EGLIBC
|
depends !USE_EGLIBC
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue