We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can you look at stripping symbols on libcef.so to reduce the size? ie strip libcef.so
strip libcef.so
The text was updated successfully, but these errors were encountered:
We already have symbol_level=0: https://github.com/solsticegamestudios/GModCEFCodecFix/blob/master/cef_build/linux.sh
symbol_level=0
We may consider stripping on top of that, but we don't want to get in the way of debugging. Maybe we'll upload the symbols separately or something
Sorry, something went wrong.
No branches or pull requests
Can you look at stripping symbols on libcef.so to reduce the size? ie
strip libcef.so
The text was updated successfully, but these errors were encountered: