opentibia / server

An open source server for the MMORPG Tibia.
GNU General Public License v2.0
416 stars 149 forks source link

Default to dynamic linking instead of static #10

Closed stolendata closed 12 years ago

stolendata commented 12 years ago

Suggestion: set the default linking method to be dynamic instead. Static linking may be a wee bit faster during compile time, but it is not faster for execve() etc. during start-up of a statically linked executable when its size is over 120mb instead of 7mb when dynamically linked, which could also end up being the crucial difference that might allow people to host small worlds even on a very cheap VPS with only 256mb of RAM, as many of the involved libraries are already used by other applications.