GModCEFCodecFix
GModCEFCodecFix copied to clipboard
Strip Fixed binaries / Ship symbols separately
trafficstars
Can you look at stripping symbols on libcef.so to reduce the size? ie strip libcef.so
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