Hello,
I am trying to compile some code and full compiling takes between 2 and 3 hours to complete. Here are some facts about my setup:
- I am using C++ with templates
- Compiler version 7.2.5
- Most of the time is spent during the linking phase, but there is also significant time spent in a specific file during compiling phase
- Most of the time is consumed in cmp6x.exe
- I currently use no optimization
Compiling about the same code in Visual Studio takes some seconds to complete. Is there some hints that could help me having an acceptable compiling time? Any compiler options I could take a look at to help increasing speed?
Thanks
Franck