[Freeswitch-svn] [commit] r5791 - freeswitch/trunk/libs/win32/udns

Freeswitch SVN mikej at freeswitch.org
Thu Oct 4 08:54:24 EDT 2007


Author: mikej
Date: Thu Oct  4 08:54:23 2007
New Revision: 5791

Modified:
   freeswitch/trunk/libs/win32/udns/libudns.vcproj

Log:
disable optimizations to try to work around a bug MODAPP-33 MODAPP-32

Modified: freeswitch/trunk/libs/win32/udns/libudns.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/udns/libudns.vcproj	(original)
+++ freeswitch/trunk/libs/win32/udns/libudns.vcproj	Thu Oct  4 08:54:23 2007
@@ -102,6 +102,7 @@
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
+				Optimization="0"
 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
 				RuntimeLibrary="2"
 				UsePrecompiledHeader="0"



More information about the Freeswitch-svn mailing list