Archived issue #0026941
Building on Windows with VC14 - debug info is generated for Release build
Description
When building on Windows with VC14, debug files (PDB) is generated for Release build. This is not correct, to be disabled.
Steps to reproduce
Build Release configuration with VS 2015 using projects generated by genproj, the look in bin subfolder
Public activity
4 archived notes
Participants are labeled by their role within this record.
Branch [archived branch] has been created by Author.
[revision removed]
Detailed log of new commits:
Author: Author
Date: Sun Feb 14 07:33:18 2016 +0300
0026941: Building on Windows with VC14 - debug info is generated for Release build
Generation of debug info is explicitly disabled on link step in templates of Visual Studio 10+ project files used by genproj, to avoid relying on default settings of Visual Studio.
[revision removed]
Detailed log of new commits:
Author: Author
Date: Sun Feb 14 07:33:18 2016 +0300
0026941: Building on Windows with VC14 - debug info is generated for Release build
Generation of debug info is explicitly disabled on link step in templates of Visual Studio 10+ project files used by genproj, to avoid relying on default settings of Visual Studio.
I have pushed a fix disabling generation of debug info explicitly (it is generated by default in VS 2015), please review CR26941
Please take the patch, testing is not needed.
Branch [archived branch] has been deleted by Commenter 2.
[revision removed]
[revision removed]