aboutsummaryrefslogtreecommitdiff
path: root/celt
diff options
context:
space:
mode:
authorGian-Carlo Pascutto <gcp@sjeng.org>2012-07-12 20:23:56 +0200
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-07-12 17:59:26 -0400
commitd2fa2edfd8697dfd15ebf75a7c3ac9dfbc3376ee (patch)
tree80e4abe11c2936f244d84f4079f617859ffef6ff /celt
parentcb4273581368e4185715c96b66029af9608047b8 (diff)
downloadlibopus-d2fa2edfd8697dfd15ebf75a7c3ac9dfbc3376ee.tar.gz
Make compiler settings consistent. Actually produce the libary, remove the opus_demo for now.
Diffstat (limited to 'celt')
-rw-r--r--celt/celt.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/celt/celt.vcxproj b/celt/celt.vcxproj
index 8c35e4b1..e5b293de 100644
--- a/celt/celt.vcxproj
+++ b/celt/celt.vcxproj
@@ -117,11 +117,11 @@
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
- <Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>../win32;../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>