Re: Precompiled include files
- Posted by jaygade Jul 11, 2013
- 1593 views
My main point was more for translating than for other uses. Files like std/convert.e could be compiled into convert.o and then linked to the rest of the .o files when doing a translate.
Currently when doing "make" on the source, the std/include files get compiled, linked, and then discarded several times in the process.