diff options
| author | a1xd <[email protected]> | 2020-10-11 21:48:56 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-10-11 21:48:56 -0400 |
| commit | ab8744e2ee6f0c10e560728977e75ccd79e17d09 (patch) | |
| tree | 332413d7129b8bba3e1d65e334f69644441f2cba /converter/converter.vcxproj | |
| parent | raise default scale cap from 9 to 128 (diff) | |
| download | rawaccel-ab8744e2ee6f0c10e560728977e75ccd79e17d09.tar.xz rawaccel-ab8744e2ee6f0c10e560728977e75ccd79e17d09.zip | |
refactor converter
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'"> |