Difference between revisions of "Compiling ScummVM/MinGW"

Jump to navigation Jump to search
m
Added instructions for the strip command
m (Spacing, added some instructions for compiling FLAC)
m (Added instructions for the strip command)
Line 182: Line 182:


[TODO]
[TODO]
After compilation, you'll end up with a very big scummvm.exe (around 16MB). This is because debug symbols and information are embedded by default in the exe file, making it very big. To remove all the unneeded debug information from the executable, thus reducing its size by about 12MB, go to the folder where the compiled scummvm.exe file is and run the following command:
strip scummvm.exe




1,489

edits

Navigation menu