-
Visual Studio IDE:
- In Visual Studio, click Extensions > Incredibuild > Rebuild Solution.
- Run a build twice. The first build populates the Build Cache, the second build demonstrates the acceleration you will see when a build is already in the cache.
-
Visual Studio CMD:
-
Instead of the MSBuild command, use the Incredibuild BuildConsole command:
For example:
- Run the build twice. The first build populates the Build Cache, the second build demonstrates the acceleration when a build is already in the cache.
-
Instead of the MSBuild command, use the Incredibuild BuildConsole command:
-
Make/Ninja:
-
Instead of make or ninja, use the Incredibuild BuildConsole command:
For example:
- Run the build twice. The first build populates the Build Cache, the second build demonstrates the acceleration when a build is already in the cache.
-
Instead of make or ninja, use the Incredibuild BuildConsole command:
-
Other:
- Consult Incredibuild Running Builds.
Note:Build Cache uses /Z7 rather than the default /Zi.