This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Fast Compilation
How can I compile faster?
To increase the speed of your compiles:
- Use minimal rebuild, in which the C++ compiler recompiles a source file only if it is dependent on changes to a class in a header file.
- Create Precompiled Header Files and use the precompiled header options.
See Also
Compiler Options | Setting Compiler Options