Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 782 Bytes

improving-compiler-throughput.md

File metadata and controls

18 lines (13 loc) · 782 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Improving Compiler Throughput
Improving Compiler Throughput
11/04/2016
throughput, C++ compiler
cl.exe compiler, performance
performance, compiler
cl.exe compiler, throughput
ba5f884e-9037-4a92-b10e-fc2a3836c5bf

Improving Compiler Throughput

Use precompiled header files to build your project faster. This is important if you are using ATL, MFC, or the Windows SDK header files.

See /Yc and /Yu.

For more information on precompiled headers, see Precompiled Header Files.

See also

Optimizing Your Code