333
edits
Rootfather (talk | contribs) |
Rootfather (talk | contribs) |
||
Line 87: | Line 87: | ||
If everything went well, you should have a big executable in the compilation folder, named scummvm.exe. The size of the executable comes from the debug symbols embedded in the file, so you can run the following command to shrink it: | If everything went well, you should have a big executable in the compilation folder, named scummvm.exe. The size of the executable comes from the debug symbols embedded in the file, so you can run the following command to shrink it: | ||
strip scummvm.exe | strip scummvm.exe | ||
That's it, you successfully compiled ScummVM from the source code. | |||
== Common Issues == | == Common Issues == |
edits