Clearcase Performance Tips - Building
Don’t shut down client machines (DO shopping)
Keep include files, libraries or executable images out of VOB root directories
Minimize search lists for language include and library (.lib) files
- Windows include files more inclusive than UNIX (windows.h includes 55 other files)
- Missing in the “name not found” cache more expensive on NT than Unix platforms
- Use symlink farm directory
Use “checked-in” precompiled headers
- Be careful of cross-NT rev issues
- Compiler options are important