mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-10-28 11:31:53 +01:00 
			
		
		
		
	fixed GH #471: vs2010 release builds have optimization disabled
fixed GH #616: Visual Studio warning C4244
This commit is contained in:
		| @@ -44,7 +44,7 @@ | ||||
| 				UsePrecompiledHeader="0" | ||||
| 				WarningLevel="3" | ||||
| 				Detect64BitPortabilityProblems="false" | ||||
| 				DebugInformationFormat="4" | ||||
| 				DebugInformationFormat="3" | ||||
| 				CompileAs="0" | ||||
| 				DisableSpecificWarnings="" | ||||
| 				AdditionalOptions=""/> | ||||
| @@ -184,7 +184,7 @@ | ||||
| 				UsePrecompiledHeader="0" | ||||
| 				WarningLevel="3" | ||||
| 				Detect64BitPortabilityProblems="false" | ||||
| 				DebugInformationFormat="4" | ||||
| 				DebugInformationFormat="3" | ||||
| 				CompileAs="0" | ||||
| 				DisableSpecificWarnings="" | ||||
| 				AdditionalOptions=""/> | ||||
| @@ -324,7 +324,7 @@ | ||||
| 				UsePrecompiledHeader="0" | ||||
| 				WarningLevel="3" | ||||
| 				Detect64BitPortabilityProblems="false" | ||||
| 				DebugInformationFormat="4" | ||||
| 				DebugInformationFormat="3" | ||||
| 				CompileAs="0" | ||||
| 				DisableSpecificWarnings="" | ||||
| 				AdditionalOptions=""/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Günter Obiltschnig
					Günter Obiltschnig