Re: How to produce one ".exe" lower ?
- Posted by jeremy (admin) Oct 07, 2011
- 1404 views
BRyan said...
I wonder if we can use more conditional indicators for removing code that is not needed during compilation to make smaller files?
Matt can correct me if I am wrong but methods not used are not translated to the C files. So it's not a matter of not including Euphoria code, it has to do with the C library that we are linking to. Thus the C compiler would have to do a better job of stripping unused items.
Jeremy