diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-07-09 01:25:08 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-07-09 09:49:33 +0200 |
commit | ac37fb000375031d02c1be37108e340f145fa6c6 (patch) | |
tree | 0422507f6808c8b200b9e61f4894533e22f45e56 /src/Crypto | |
parent | f5841b884107fee7b55b2cf80148391297b49dfb (diff) | |
download | VeraCrypt-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/Crypto')
-rw-r--r-- | src/Crypto/Crypto.vcxproj | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Crypto/Crypto.vcxproj b/src/Crypto/Crypto.vcxproj index c27008ba..85ce90f0 100644 --- a/src/Crypto/Crypto.vcxproj +++ b/src/Crypto/Crypto.vcxproj @@ -128,8 +128,7 @@ <AssemblerOutput>All</AssemblerOutput> <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> <WarningLevel>Level4</WarningLevel> - <DebugInformationFormat> - </DebugInformationFormat> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <DisableSpecificWarnings>4100;4127;4201;%(DisableSpecificWarnings)</DisableSpecificWarnings> </ClCompile> <Lib> @@ -152,8 +151,7 @@ <AssemblerOutput>All</AssemblerOutput> <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> <WarningLevel>Level4</WarningLevel> - <DebugInformationFormat> - </DebugInformationFormat> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <DisableSpecificWarnings>4100;4127;4201;%(DisableSpecificWarnings)</DisableSpecificWarnings> </ClCompile> <Lib> |