Re: [PATCH] Fix code bloat caused by zcat's seamless magic

2017-01-08 Thread Denys Vlasenko
Applied, thanks! On Sat, Jan 7, 2017 at 6:41 PM, Kang-Che Sung wrote: > (I discovered this when personally experimenting the make_single_applets > script) > > This example single-applet configuration would trigger the bloat: > > CONFIG_FEATURE_SEAMLESS_XZ=y >

[PATCH] Fix code bloat caused by zcat's seamless magic

2017-01-07 Thread Kang-Che Sung
(I discovered this when personally experimenting the make_single_applets script) This example single-applet configuration would trigger the bloat: CONFIG_FEATURE_SEAMLESS_XZ=y CONFIG_FEATURE_SEAMLESS_LZMA=y CONFIG_FEATURE_SEAMLESS_BZ2=y CONFIG_FEATURE_SEAMLESS_GZ=y