chore: 添加缺失的标志

This commit is contained in:
刘旭 2023-10-12 12:28:13 +08:00
commit 4c19e9ec79

View file

@ -45,6 +45,8 @@
<ClCompile>
<!-- Release 下不允许编译警告 -->
<TreatWarningAsError>true</TreatWarningAsError>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>