1
0
mirror of https://github.com/microsoft/DirectXTex synced 2025-01-11 18:30:06 +00:00

Fixed typo

This commit is contained in:
Chuck Walbourn 2021-04-24 20:23:18 -07:00
parent d729c9bcc9
commit 80bac6c1c9

View File

@ -361,7 +361,7 @@
<Optimization>MaxSpeed</Optimization>
<PreprocessorDefinitions>NDEBUG;__WRL_NO_DEFAULT_LIB__;_LIB;PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel>EnableAllWarnings</WarningLevel>
3 <FunctionLevelLinking>true</FunctionLevelLinking>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<ConformanceMode>true</ConformanceMode>
<OpenMPSupport>true</OpenMPSupport>