Re: Compile
- Posted by andi49 Jan 29, 2015
- 1586 views
Hallo,
ghaberek said...
[...}
I am probably not the only one who was mistaken. Maybe we need to update the documentation?
-Greg
from:
http://openeuphoria.org/docs/e2c.html#_624_executablesizeandcompression
[...]
The Translator deletes routines that are not used, including those from the standard Euphoria include files. After deleting unused routines, it checks again for more routines that have now become unused, and so on. This can make a big difference, especially with Win32Lib-based programs where a large file is included, but many of the included routines are not used in a given program.
[...]
Andreas