Closed GreatEmerald closed 8 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.
Made possible in https://github.com/GreatEmerald/libarcomage/commit/a0fa8e52b07e247568862b1bdf8a94831c2193dd.
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.