GreatEmerald / libarcomage

The backend for Arcomage-like games.
http://greatemerald.eu/index.php/arcomage
GNU General Public License v3.0
2 stars 0 forks source link

Compilation: strip debuginfo #24

Closed GreatEmerald closed 8 years ago

GreatEmerald commented 10 years ago

CMake at the moment iterates through files one by one, then assembles them, causing lots of debug info duplication. That info is not needed on release builds, so it's better to save space and strip it.

GreatEmerald commented 8 years ago

Made possible in https://github.com/GreatEmerald/libarcomage/commit/a0fa8e52b07e247568862b1bdf8a94831c2193dd.