From 61accf135402d5c3c45a1da8c931d9697c40d4df Mon Sep 17 00:00:00 2001 From: zilmar Date: Mon, 11 Jul 2016 17:49:06 +1000 Subject: [PATCH] [Project64] Enable IntrinsicFunctions --- PropertySheets/Release.props | 2 +- PropertySheets/Release.vsprops | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PropertySheets/Release.props b/PropertySheets/Release.props index 4f4a1d266..3872a41ff 100644 --- a/PropertySheets/Release.props +++ b/PropertySheets/Release.props @@ -5,7 +5,7 @@ NDEBUG;%(PreprocessorDefinitions) MinSpace Default - false + true Size false false diff --git a/PropertySheets/Release.vsprops b/PropertySheets/Release.vsprops index 3cd19af07..bf238fd47 100644 --- a/PropertySheets/Release.vsprops +++ b/PropertySheets/Release.vsprops @@ -9,7 +9,7 @@ Name="VCCLCompilerTool" Optimization="1" InlineFunctionExpansion="0" - EnableIntrinsicFunctions="false" + EnableIntrinsicFunctions="true" FavorSizeOrSpeed="2" OmitFramePointers="false" EnableFiberSafeOptimizations="false"