diff options
author | chai <chaifix@163.com> | 2018-10-16 08:01:56 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-16 08:01:56 +0800 |
commit | 90802fc96de6523ce12290cd66703aa1351c91dd (patch) | |
tree | 595aef837e29c15ffc470d4c847dbb35d80b017c /build/vc++ | |
parent | b3b6fbb33d2b974e7e5e538c4ceebdfb24ca7cd1 (diff) |
*修改默认字体
Diffstat (limited to 'build/vc++')
-rw-r--r-- | build/vc++/jin.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/vc++/jin.vcxproj b/build/vc++/jin.vcxproj index e43d201..b996f7d 100644 --- a/build/vc++/jin.vcxproj +++ b/build/vc++/jin.vcxproj @@ -82,7 +82,7 @@ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <WarningLevel>Level3</WarningLevel> - <Optimization>Disabled</Optimization> + <Optimization>MinSpace</Optimization> <SDLCheck>true</SDLCheck> <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>$(SolutionDir)..\..\src\;$(SolutionDir)libs\SDL2-2.0.5\include;$(SolutionDir)libs\LuaJIT-2.0.5\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> @@ -109,7 +109,7 @@ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <WarningLevel>Level3</WarningLevel> - <Optimization>Disabled</Optimization> + <Optimization>MinSpace</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <SDLCheck>true</SDLCheck> |