Skip to content

Commit b547abc

Browse files
author
Colin Robertson
authored
Merge pull request #4231 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents 5f3445d + 578dd21 commit b547abc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/build/reference/os-ot-favor-small-code-favor-fast-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: "/Os, /Ot (Favor Small Code, Favor Fast Code)"
33
description: "The MSVC compiler options /Os and /Ot specify whether to favor size or speed when optimizing code."
4-
ms.date: 07/08/2020
4+
ms.date: 04/18/2022
55
f1_keywords: ["VC.Project.VCCLWCECompilerTool.FavorSizeOrSpeed", "/os", "VC.Project.VCCLCompilerTool.FavorSizeOrSpeed"]
66
helpviewer_keywords: ["favor fast code compiler option [C++]", "/Os compiler option [C++]", "Ot compiler option [C++]", "/Ot compiler option [C++]", "small machine code", "-Ot compiler option [C++]", "fast code", "favor small code compiler option [C++]", "Os compiler option [C++]", "-Os compiler option [C++]"]
77
ms.assetid: 9a340806-fa15-4308-892c-355d83cac0f2
88
---
99
# `/Os`, `/Ot` (Favor Small Code, Favor Fast Code)
1010

11-
Minimizes or maximizes the size of EXEs and DLLs.
11+
The **`/Os`** and **`/Ot`** compiler options specify whether to favor size (**`/Os`**) or speed (**`/Ot`**) when optimizing code.
1212

1313
## Syntax
1414

0 commit comments

Comments
 (0)