diff options
| author | Bxil <[email protected]> | 2021-05-12 19:20:27 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-12 19:20:27 +0200 |
| commit | dbe1c9c6e6d7eaa2b54ee8564ccc12fe47323ee7 (patch) | |
| tree | 15999964ebdd9f04fa2715129547935696de044f /projects/VS2019 | |
| parent | d8e1a77da558f0c8e684ebb49262b968c9155e15 (diff) | |
| download | raylib-dbe1c9c6e6d7eaa2b54ee8564ccc12fe47323ee7.tar.gz raylib-dbe1c9c6e6d7eaa2b54ee8564ccc12fe47323ee7.zip | |
Removes Whole Program Optimization (#1767)
Diffstat (limited to 'projects/VS2019')
| -rw-r--r-- | projects/VS2019/raylib/raylib.vcxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/projects/VS2019/raylib/raylib.vcxproj b/projects/VS2019/raylib/raylib.vcxproj index 13b2edbd..0ce079fd 100644 --- a/projects/VS2019/raylib/raylib.vcxproj +++ b/projects/VS2019/raylib/raylib.vcxproj @@ -69,28 +69,24 @@ <ConfigurationType>StaticLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> - <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> - <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> - <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> - <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
