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/VS2017.UWP/raylib.App.UWP | |
| parent | d8e1a77da558f0c8e684ebb49262b968c9155e15 (diff) | |
| download | raylib-dbe1c9c6e6d7eaa2b54ee8564ccc12fe47323ee7.tar.gz raylib-dbe1c9c6e6d7eaa2b54ee8564ccc12fe47323ee7.zip | |
Removes Whole Program Optimization (#1767)
Diffstat (limited to 'projects/VS2017.UWP/raylib.App.UWP')
| -rw-r--r-- | projects/VS2017.UWP/raylib.App.UWP/raylib.App.UWP.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/VS2017.UWP/raylib.App.UWP/raylib.App.UWP.vcxproj b/projects/VS2017.UWP/raylib.App.UWP/raylib.App.UWP.vcxproj index 25552d47..0c3c0e77 100644 --- a/projects/VS2017.UWP/raylib.App.UWP/raylib.App.UWP.vcxproj +++ b/projects/VS2017.UWP/raylib.App.UWP/raylib.App.UWP.vcxproj @@ -47,7 +47,6 @@ <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> - <WholeProgramOptimization>true</WholeProgramOptimization> <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
