2014-08-19 22:31:31 +00:00
|
|
|
menu "Configuration"
|
|
|
|
depends on PACKAGE_perl
|
|
|
|
|
2015-02-03 10:33:24 +00:00
|
|
|
config PERL_THREADS
|
|
|
|
bool "Enable threading support"
|
2022-12-11 00:22:09 +00:00
|
|
|
default y if (mips || mipsel || i386 || i686 || x86_64 || armeb || arm || aarch64)
|
2015-02-03 10:33:24 +00:00
|
|
|
default n
|
|
|
|
|
2014-08-19 22:31:31 +00:00
|
|
|
config PERL_TESTS
|
|
|
|
bool "Include perl tests"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Include test suites for all perl packages.
|
2014-11-02 18:32:37 +00:00
|
|
|
|
2015-02-15 10:55:18 +00:00
|
|
|
This will increase the size of perl and related packages
|
|
|
|
considerably.
|
|
|
|
Test support is still in development. Some tests will fail,
|
|
|
|
others are just missing completely.
|
2014-08-19 22:31:31 +00:00
|
|
|
|
2017-01-03 05:55:17 +00:00
|
|
|
config PERL_NOCOMMENT
|
|
|
|
bool "Strip comments and pod sections from modules"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Remove comments and pod sections for all perl packages.
|
|
|
|
|
|
|
|
This will descrease the size of perl libraries moderately.
|
|
|
|
|
|
|
|
Stripping occasionally gets confused and mangles valid code,
|
|
|
|
so disable this option if you're not pressed for space.
|
|
|
|
|
2014-08-19 22:31:31 +00:00
|
|
|
endmenu
|