VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-07-09 01:25:08 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-07-09 09:49:33 +0200
commitac37fb000375031d02c1be37108e340f145fa6c6 (patch)
tree0422507f6808c8b200b9e61f4894533e22f45e56 /src/Format
parentf5841b884107fee7b55b2cf80148391297b49dfb (diff)
downloadVeraCrypt-ac37fb000375031d02c1be37108e340f145fa6c6.tar.gz
VeraCrypt-ac37fb000375031d02c1be37108e340f145fa6c6.zip
Windows: generate pdb files for binaries in order to help investigate crashes in the future.
Diffstat (limited to 'src/Format')
-rw-r--r--src/Format/Format.vcxproj5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Format/Format.vcxproj b/src/Format/Format.vcxproj
index c5d73070..7d21e818 100644
--- a/src/Format/Format.vcxproj
+++ b/src/Format/Format.vcxproj
@@ -226,8 +226,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt Format-x64.exe" &gt;NUL:
<AssemblerOutput>All</AssemblerOutput>
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
<WarningLevel>Level4</WarningLevel>
- <DebugInformationFormat>
- </DebugInformationFormat>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4057;4100;4127;4201;4204;4701;4706;4131;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
@@ -235,7 +234,7 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt Format-x64.exe" &gt;NUL:
<OutputFile>$(OutDir)VeraCryptFormat.exe</OutputFile>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<DelayLoadDLLs>mpr.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
- <GenerateDebugInformation>false</GenerateDebugInformation>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
<GenerateMapFile>true</GenerateMapFile>
<SubSystem>Windows</SubSystem>
<OptimizeReferences>true</OptimizeReferences>