mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-08 21:10:02 +02: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=""/>
|
||||
@@ -188,7 +188,7 @@
|
||||
ProgramDataBaseFileName="..\..\lib\PocoDataMySQLmtd.pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="0"
|
||||
DisableSpecificWarnings=""
|
||||
AdditionalOptions=""/>
|
||||
@@ -303,7 +303,7 @@
|
||||
ProgramDataBaseFileName="..\..\lib\PocoDataMySQLmdd.pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="0"
|
||||
DisableSpecificWarnings=""
|
||||
AdditionalOptions=""/>
|
||||
|
Reference in New Issue
Block a user