From ac37fb000375031d02c1be37108e340f145fa6c6 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 9 Jul 2017 01:25:08 +0200 Subject: Windows: generate pdb files for binaries in order to help investigate crashes in the future. --- src/Mount/Mount.vcxproj | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/Mount') diff --git a/src/Mount/Mount.vcxproj b/src/Mount/Mount.vcxproj index 82cae7dd..c5df7a00 100644 --- a/src/Mount/Mount.vcxproj +++ b/src/Mount/Mount.vcxproj @@ -206,8 +206,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt-x64.exe" >NUL: All $(IntDir) Level4 - - + ProgramDatabase 4057;4100;4127;4201;4701;4706;4131;%(DisableSpecificWarnings) @@ -215,7 +214,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt-x64.exe" >NUL: $(OutDir)VeraCrypt.exe false mpr.dll;%(DelayLoadDLLs) - false + true true Windows true @@ -251,8 +250,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt-x64.exe" >NUL: All $(IntDir) Level4 - - + ProgramDatabase 4057;4100;4127;4201;4701;4706;4131;%(DisableSpecificWarnings) @@ -260,7 +258,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt-x64.exe" >NUL: $(OutDir)VeraCrypt.exe false mpr.dll;%(DelayLoadDLLs) - false + true true Windows true -- cgit v1.2.3