diff options
Diffstat (limited to 'converter/converter.vcxproj')
| -rw-r--r-- | converter/converter.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/converter.vcxproj b/converter/converter.vcxproj index 3cbe7bf..2bc5080 100644 --- a/converter/converter.vcxproj +++ b/converter/converter.vcxproj @@ -65,7 +65,7 @@ </ClCompile> <Link> <SubSystem>Console</SubSystem> - <GenerateDebugInformation>true</GenerateDebugInformation> + <GenerateDebugInformation>DebugFull</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |