Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.9 KB

release-builds.md

File metadata and controls

35 lines (26 loc) · 1.9 KB
title ms.custom ms.date ms.technology ms.topic dev_langs helpviewer_keywords ms.assetid author ms.author ms.workload
Release Builds | Microsoft Docs
11/04/2016
cpp-tools
reference
C++
debugging [C++], release builds
release builds
debug builds, converting to release build
fa9a78fa-f4b5-4722-baf4-aec655c4ff0f
corob-msft
corob
cplusplus

Release Builds

A release build uses optimizations. When you use optimizations to create a release build, the compiler will not produce symbolic debugging information. The absence of symbolic debugging information, along with the fact that code is not generated for TRACE and ASSERT calls, means that the size of your executable file is reduced and will therefore be faster.

This section presents information on why and when you would want to change from a debug build to a release build. It also discusses some of the problems you may encounter when changing from a debug to a release build:

See Also

Building C++ Projects in Visual Studio
C/C++ Building Reference