mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-11 23:35:36 +00:00
1fac3461f9
Striping is trivial, getting the debug symbols if premake just strips them silently is a pain tho. Stripping should optionally be done during install, as we don't have an install target nor an install-strip target, make it a configure option which is off by default. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>