Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 782 Bytes

File metadata and controls

18 lines (13 loc) · 782 Bytes
description Learn more about: Improving Compiler Throughput
title Improving Compiler Throughput
ms.date 11/04/2016
helpviewer_keywords
throughput, C++ compiler
cl.exe compiler, performance
performance, compiler
cl.exe compiler, throughput
ms.assetid 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