View Issue Details

IDProjectCategoryView StatusLast Update
0026941Open CASCADEOCCT:Configurationpublic2016-04-20 15:49
ReporterabvAssigned Toabv 
PrioritynormalSeverityminor 
Status closedResolutionfixed 
PlatformWindows, VC++ 14 
Target Version7.0.0Fixed in Version7.0.0 
Summary0026941: Building on Windows with VC14 - debug info is generated for Release build
DescriptionWhen building on Windows with VC14, debug files (PDB) is generated for Release build. This is not correct, to be disabled.
Steps To ReproduceBuild Release configuration with VS 2015 using projects generated by genproj, the look in bin subfolder
TagsNo tags attached.
Test case number

Activities

git

2016-02-14 07:34

administrator   ~0050722

Branch CR26941 has been created by abv.

SHA-1: 18cd0a77c5822ead7ce07f0bb072490940f8349f


Detailed log of new commits:

Author: abv
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.

abv

2016-02-14 08:10

manager   ~0050725

I have pushed a fix disabling generation of debug info explicitly (it is generated by default in VS 2015), please review CR26941

kgv

2016-02-15 10:58

developer   ~0050733

Please take the patch, testing is not needed.

git

2016-04-17 12:56

administrator   ~0052773

Branch CR26941 has been deleted by kgv.

SHA-1: 18cd0a77c5822ead7ce07f0bb072490940f8349f

Related Changesets

occt: master 451c4a3a

2016-02-14 04:33:18

abv


Committer: abv Details Diff
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.
Affected Issues
0026941
mod - adm/templates/template.vc10 Diff File
mod - adm/templates/template.vc10x Diff File

Issue History

Date Modified Username Field Change
2015-12-01 09:39 abv New Issue
2015-12-01 09:39 abv Assigned To => bugmaster
2016-02-14 07:34 git Note Added: 0050722
2016-02-14 08:10 abv Note Added: 0050725
2016-02-14 08:10 abv Assigned To bugmaster => kgv
2016-02-14 08:10 abv Status new => resolved
2016-02-14 08:10 abv Steps to Reproduce Updated
2016-02-15 10:58 kgv Note Added: 0050733
2016-02-15 10:58 kgv Assigned To kgv => bugmaster
2016-02-15 10:58 kgv Status resolved => reviewed
2016-02-15 15:00 bugmaster Status reviewed => tested
2016-02-21 08:52 abv Changeset attached => occt master 451c4a3a
2016-02-21 08:52 abv Assigned To bugmaster => abv
2016-02-21 08:52 abv Status tested => verified
2016-02-21 08:52 abv Resolution open => fixed
2016-04-17 12:56 git Note Added: 0052773
2016-04-20 15:43 aiv Fixed in Version => 7.0.0
2016-04-20 15:49 aiv Status verified => closed