A
arkam
Hi,
I have ported an application from Unix on Windows.
My problem are the compile times :
UNIX (2x450MHz / 512MB RAM)
Full compile with clean : 1h30
WINDOWS 2000 (P4 1.7GHz / 758MB RAM)
Full compile with clean : 2h58
I found that removing the Build Logging option in VC speed up my compile :
WINDOWS 2000 (P4 1.7GHz / 758MB RAM) without Build Logging
Full compile with clean : 1h45
I still can't explain why the C++ compiler is this slow !
Has someone a suggestion ?
Arkam
I have ported an application from Unix on Windows.
My problem are the compile times :
UNIX (2x450MHz / 512MB RAM)
Full compile with clean : 1h30
WINDOWS 2000 (P4 1.7GHz / 758MB RAM)
Full compile with clean : 2h58
I found that removing the Build Logging option in VC speed up my compile :
WINDOWS 2000 (P4 1.7GHz / 758MB RAM) without Build Logging
Full compile with clean : 1h45
I still can't explain why the C++ compiler is this slow !
Has someone a suggestion ?
Arkam