From 86ee08b08e6fa344bc22b28a7fe1cb0f810d7fec Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 28 Nov 2005 16:53:28 +0000 Subject: Add new regex code from glibc, this is almost double size of the earlier one, but passes sed tests (and thus allows making sed shrink from 91k to 42k --- extra/Configs/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index aa4a78c17..fa3b1868c 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1039,7 +1039,7 @@ config UCLIBC_HAS_REGEX bool "Regular Expression Support" default y help - POSIX regular expression code is really big -- 27k all by itself. + POSIX regular expression code is really big -- 53k all by itself. If you don't use regular expressions, turn this off and save space. Of course, if you only staticly link, leave this on, since it will only be included in your apps if you use regular expressions. -- cgit v1.2.3