Fixing Release Build Problems
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Fixing Release Build Problems.
If your code generates compile errors after switching from debug build to release build, there are some areas you should check.
You may receive compiler warnings during an optimized (release) build that you did not receive during a debug build.
Release Builds
Common Problems When Creating a Release Build
Optimizing Your Code
Show: