nillerusr / source-engine

Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
Other
1.21k stars 190 forks source link

Large libs size for android #269

Closed David770725 closed 1 year ago

David770725 commented 1 year ago

I have compiled .so file which is large around 300MB, how can i reduce the size?

stephen-cusi commented 1 year ago

I have compiled .so file which is large around 300MB, how can i reduce the size?

./waf install --strip

David770725 commented 1 year ago

Thanks