This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:tutorials:publishing:common_release_checklist [2020/08/31 08:32 (5 months ago)] 207.46.13.226 ↷ Links adapted because of a move operation |
en:tutorials:publishing:common_release_checklist [2020/10/10 09:03 (4 months ago)] (current) iarwain 600MB -> 6MB: presumed typo |
||
---|---|---|---|
Line 6: | Line 6: | ||
===== 1. Stripping Binaries ===== | ===== 1. Stripping Binaries ===== | ||
- | A way to shave down the size of your packages binaries is to strip them. This means removing any debug code in the Orx library, and your game. You can remove around 600MB off the orx.dll and more again from your own .exe file. | + | A way to shave down the size of your packages binaries is to strip them. This means removing any debug code in the Orx library, and your game. You can remove around 6MB off the orx.dll and more again from your own .exe file. |
Do do this, edit the ''release'' version of the Orx project, and add the ''-s'' option to your ''Linker Options''. Also do this to your own project too. | Do do this, edit the ''release'' version of the Orx project, and add the ''-s'' option to your ''Linker Options''. Also do this to your own project too. |