diff options
Diffstat (limited to 'win32/VS2015/test_opus_api.vcxproj')
-rw-r--r-- | win32/VS2015/test_opus_api.vcxproj | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/win32/VS2015/test_opus_api.vcxproj b/win32/VS2015/test_opus_api.vcxproj index 2dc3eec5..302752d1 100644 --- a/win32/VS2015/test_opus_api.vcxproj +++ b/win32/VS2015/test_opus_api.vcxproj @@ -186,7 +186,7 @@ <MultiProcessorCompilation>false</MultiProcessorCompilation> <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> <StringPooling>false</StringPooling> - <SmallerTypeCheck>true</SmallerTypeCheck> + <SmallerTypeCheck>false</SmallerTypeCheck> <ControlFlowGuard>Guard</ControlFlowGuard> <FunctionLevelLinking>false</FunctionLevelLinking> <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> @@ -208,7 +208,7 @@ <Optimization>Disabled</Optimization> <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <CompileAsManaged>false</CompileAsManaged> <CompileAsWinRT>false</CompileAsWinRT> @@ -216,7 +216,7 @@ <MultiProcessorCompilation>false</MultiProcessorCompilation> <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> <StringPooling>false</StringPooling> - <SmallerTypeCheck>true</SmallerTypeCheck> + <SmallerTypeCheck>false</SmallerTypeCheck> <ControlFlowGuard>Guard</ControlFlowGuard> <FunctionLevelLinking>false</FunctionLevelLinking> <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> @@ -247,7 +247,7 @@ <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> <OmitFramePointers>false</OmitFramePointers> <StringPooling>false</StringPooling> - <SmallerTypeCheck>true</SmallerTypeCheck> + <SmallerTypeCheck>false</SmallerTypeCheck> <ControlFlowGuard>Guard</ControlFlowGuard> <FunctionLevelLinking>false</FunctionLevelLinking> <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> @@ -269,7 +269,7 @@ <Optimization>Disabled</Optimization> <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <CompileAsManaged>false</CompileAsManaged> <CompileAsWinRT>false</CompileAsWinRT> @@ -278,7 +278,7 @@ <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> <OmitFramePointers>false</OmitFramePointers> <StringPooling>false</StringPooling> - <SmallerTypeCheck>true</SmallerTypeCheck> + <SmallerTypeCheck>false</SmallerTypeCheck> <ControlFlowGuard>Guard</ControlFlowGuard> <FunctionLevelLinking>false</FunctionLevelLinking> <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> @@ -338,7 +338,7 @@ <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> <DebugInformationFormat>None</DebugInformationFormat> <CompileAsManaged>false</CompileAsManaged> @@ -355,7 +355,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <ControlFlowGuard>false</ControlFlowGuard> <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> - <FloatingPointModel>Fast</FloatingPointModel> + <FloatingPointModel>Precise</FloatingPointModel> <FloatingPointExceptions>false</FloatingPointExceptions> <RuntimeTypeInfo>false</RuntimeTypeInfo> <OpenMPSupport>false</OpenMPSupport> @@ -412,7 +412,7 @@ <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> <DebugInformationFormat>None</DebugInformationFormat> <CompileAsManaged>false</CompileAsManaged> @@ -429,7 +429,7 @@ <BufferSecurityCheck>false</BufferSecurityCheck> <ControlFlowGuard>false</ControlFlowGuard> <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> - <FloatingPointModel>Fast</FloatingPointModel> + <FloatingPointModel>Precise</FloatingPointModel> <FloatingPointExceptions>false</FloatingPointExceptions> <RuntimeTypeInfo>false</RuntimeTypeInfo> <OpenMPSupport>false</OpenMPSupport> |