-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce libslang.so.2 library footprint #517
Comments
@kylerankin : any idea? |
@MrChromebox : any idea here in link with #590 ? |
@tlaurion unless I'm missing something, the only in-tree board I see including the slang module is qemu-coreboot (both explicitly and via CONFIG_NEWT). |
@MrChromebox this is required for whiptail without full graphical interface (#453 ) (Not really a prority as of now). those are combined space used per gui-init with fbwhiptail, current ticket being without fbwhiptail.
|
@kylerankin : doing some tests to reduce libraries footprints, since x200 and other hardware that don't have a TPM also tend to have smaller SPI flash chips (4mb on some, 8mb on others).
Whiptail depends on a 1.1M libslang.so.2 library, which is the biggest of all, with currently deactivated features:
Can we deactivate some other unneeded features? Here is the list:
Edit: even if all of those are turned off, the library still pounds 1.1M. Any advice?
The text was updated successfully, but these errors were encountered: