From fd76abba16eb91251d9e007d97ab08572a797594 Mon Sep 17 00:00:00 2001 From: BNT Date: Wed, 29 Nov 2017 08:31:30 +0100 Subject: [PATCH] also generate debug information when building for release. This makes (#1003) debugging and profiling easier and has now drawback as long as the PDB files are not distributed (which would blow up installers) --- cli/cli.vcxproj | 2 +- lib/cppcheck.vcxproj | 2 +- test/testrunner.vcxproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/cli.vcxproj b/cli/cli.vcxproj index 1be6585a5..0b240a1ee 100644 --- a/cli/cli.vcxproj +++ b/cli/cli.vcxproj @@ -344,7 +344,7 @@ shlwapi.lib;%(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) - false + true Console true true diff --git a/lib/cppcheck.vcxproj b/lib/cppcheck.vcxproj index a35f3cdd4..706a0102d 100644 --- a/lib/cppcheck.vcxproj +++ b/lib/cppcheck.vcxproj @@ -478,7 +478,7 @@ ../externals;%(AdditionalLibraryDirectories) - false + true true true true diff --git a/test/testrunner.vcxproj b/test/testrunner.vcxproj index 86032280d..2f8c82760 100644 --- a/test/testrunner.vcxproj +++ b/test/testrunner.vcxproj @@ -287,7 +287,7 @@ shlwapi.lib;%(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) true - false + true true Console true