GModCEFCodecFix icon indicating copy to clipboard operation
GModCEFCodecFix copied to clipboard

Strip Fixed binaries / Ship symbols separately

Open swamproyal opened this issue 2 years ago • 2 comments
trafficstars

Can you look at stripping symbols on libcef.so to reduce the size? ie strip libcef.so

swamproyal avatar Oct 14 '23 20:10 swamproyal

We already have symbol_level=0: https://github.com/solsticegamestudios/GModCEFCodecFix/blob/master/cef_build/linux.sh

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

WinterPhoenix avatar Oct 18 '23 02:10 WinterPhoenix