EXE size

BlitzMax Forums/BlitzMax Beginners Area/EXE size

The exe size is quite big
For empty bmx exe with debug off is 761 KB (779,264 bytes)

m i right?
I running window. How about Linux and Mac

By default, all modules are included, resulting in that file size.

The trick is to declare only the modules contianing the commands that your program uses, using the 'framework' and 'import' commands.

You can cut down your .EXE size tremendously that way.

tq