peace-maker / sourcetvmanager

Interface to interact with the SourceTV server from SourcePawn.
https://forums.alliedmods.net/showthread.php?t=280402
GNU General Public License v3.0
26 stars 18 forks source link

Enable optimization when building #1

Closed GoD-Tony closed 8 years ago

GoD-Tony commented 8 years ago

A quick note to make sure --enable-optimize is used when building. Some of the bins in the release look quite big. (csgo.dll/.so 1mb/6mb, css.so 512kb, etc)

peace-maker commented 8 years ago

You're right, thanks. I've done python ../configure.py -s present --enable-optimize. Looks like it's required to be set before specifying the sdks.

peace-maker commented 8 years ago

Spoke too soon. Even the other way around the binaries are the same size.