From: Max Risuhin Date: Mon, 11 Dec 2017 12:57:19 +0000 (+0200) Subject: EnableWholeProgramOptimization and UseStaticCRT msbuild custom properties X-Git-Tag: upstream/1.9.3~11^2~20^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9be957353393b1716c0597b402f4859c53ea6269;p=platform%2Fupstream%2Flz4.git EnableWholeProgramOptimization and UseStaticCRT msbuild custom properties --- diff --git a/appveyor.yml b/appveyor.yml index 93c1101..056719a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -82,7 +82,7 @@ build_script: ECHO *** && ECHO *** Building Visual Studio 2010 %PLATFORM%\%CONFIGURATION% && ECHO *** && - msbuild "visual\VS2010\lz4.sln" %ADDITIONALPARAM% /m /verbosity:minimal /property:PlatformToolset=v100 /t:Clean,Build /p:Platform=%PLATFORM% /p:Configuration=%CONFIGURATION% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" && + msbuild "visual\VS2010\lz4.sln" %ADDITIONALPARAM% /m /verbosity:minimal /property:PlatformToolset=v100 /t:Clean,Build /p:Platform=%PLATFORM% /p:Configuration=%CONFIGURATION% /p:EnableWholeProgramOptimization=true /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" && ECHO *** && ECHO *** Building Visual Studio 2012 %PLATFORM%\%CONFIGURATION% && ECHO *** && diff --git a/visual/VS2010/datagen/datagen.vcxproj b/visual/VS2010/datagen/datagen.vcxproj index aaf81ad..e24f961 100644 --- a/visual/VS2010/datagen/datagen.vcxproj +++ b/visual/VS2010/datagen/datagen.vcxproj @@ -39,14 +39,14 @@ Application false - true Unicode + true Application false - true Unicode + true @@ -91,6 +91,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true false + MultiThreadedDebug Console @@ -107,6 +108,7 @@ true true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreadedDebug Console @@ -124,6 +126,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) false false + MultiThreaded Console @@ -144,6 +147,7 @@ false true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreaded Console diff --git a/visual/VS2010/frametest/frametest.vcxproj b/visual/VS2010/frametest/frametest.vcxproj index 76d12c9..3196768 100644 --- a/visual/VS2010/frametest/frametest.vcxproj +++ b/visual/VS2010/frametest/frametest.vcxproj @@ -39,14 +39,14 @@ Application false - true Unicode + true Application false - true Unicode + true @@ -91,6 +91,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true false + MultiThreadedDebug Console @@ -107,6 +108,7 @@ true true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreadedDebug Console @@ -124,6 +126,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) false false + MultiThreaded Console @@ -144,6 +147,7 @@ false true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreaded Console diff --git a/visual/VS2010/fullbench-dll/fullbench-dll.vcxproj b/visual/VS2010/fullbench-dll/fullbench-dll.vcxproj index c10552a..8f503f5 100644 --- a/visual/VS2010/fullbench-dll/fullbench-dll.vcxproj +++ b/visual/VS2010/fullbench-dll/fullbench-dll.vcxproj @@ -39,14 +39,14 @@ Application false - true Unicode + true Application false - true Unicode + true @@ -91,6 +91,7 @@ WIN32;_DEBUG;_CONSOLE;LZ4_DLL_IMPORT=1;%(PreprocessorDefinitions) true false + MultiThreadedDebug Console @@ -109,6 +110,7 @@ true true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreadedDebug Console @@ -128,6 +130,7 @@ WIN32;NDEBUG;_CONSOLE;LZ4_DLL_IMPORT=1;%(PreprocessorDefinitions) false false + MultiThreaded Console @@ -150,6 +153,7 @@ false true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreaded Console diff --git a/visual/VS2010/fullbench/fullbench.vcxproj b/visual/VS2010/fullbench/fullbench.vcxproj index e2d95c9..aa67431 100644 --- a/visual/VS2010/fullbench/fullbench.vcxproj +++ b/visual/VS2010/fullbench/fullbench.vcxproj @@ -39,14 +39,14 @@ Application false - true Unicode + true Application false - true Unicode + true @@ -91,6 +91,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true false + MultiThreadedDebug Console @@ -107,6 +108,7 @@ true true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreadedDebug Console @@ -124,6 +126,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) false false + MultiThreaded Console @@ -144,6 +147,7 @@ false true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreaded Console diff --git a/visual/VS2010/fuzzer/fuzzer.vcxproj b/visual/VS2010/fuzzer/fuzzer.vcxproj index 85d6c9b..21cbf56 100644 --- a/visual/VS2010/fuzzer/fuzzer.vcxproj +++ b/visual/VS2010/fuzzer/fuzzer.vcxproj @@ -39,14 +39,14 @@ Application false - true Unicode + true Application false - true Unicode + true @@ -91,6 +91,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true false + MultiThreadedDebug Console @@ -107,6 +108,7 @@ true true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreadedDebug Console @@ -124,6 +126,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) false false + MultiThreaded Console @@ -144,6 +147,7 @@ false true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreaded Console diff --git a/visual/VS2010/liblz4-dll/liblz4-dll.vcxproj b/visual/VS2010/liblz4-dll/liblz4-dll.vcxproj index 389f13c..56ec3b9 100644 --- a/visual/VS2010/liblz4-dll/liblz4-dll.vcxproj +++ b/visual/VS2010/liblz4-dll/liblz4-dll.vcxproj @@ -40,14 +40,14 @@ DynamicLibrary false - true Unicode + true DynamicLibrary false - true Unicode + true @@ -96,6 +96,7 @@ WIN32;_DEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions) true false + MultiThreadedDebug true @@ -111,6 +112,7 @@ true true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreadedDebug true @@ -127,6 +129,7 @@ WIN32;NDEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions) false false + MultiThreaded true @@ -146,6 +149,7 @@ false true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreaded true diff --git a/visual/VS2010/liblz4/liblz4.vcxproj b/visual/VS2010/liblz4/liblz4.vcxproj index a0b8000..61ea159 100644 --- a/visual/VS2010/liblz4/liblz4.vcxproj +++ b/visual/VS2010/liblz4/liblz4.vcxproj @@ -39,14 +39,14 @@ StaticLibrary false - true Unicode + true StaticLibrary false - true Unicode + true @@ -95,6 +95,7 @@ WIN32;_DEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions) true false + MultiThreadedDebug true @@ -110,6 +111,7 @@ true true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreadedDebug true @@ -126,6 +128,7 @@ WIN32;NDEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions) false false + MultiThreaded true @@ -145,6 +148,7 @@ false true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreaded true diff --git a/visual/VS2010/lz4/lz4.vcxproj b/visual/VS2010/lz4/lz4.vcxproj index 693e121..de7a714 100644 --- a/visual/VS2010/lz4/lz4.vcxproj +++ b/visual/VS2010/lz4/lz4.vcxproj @@ -39,14 +39,14 @@ Application false - true Unicode + true Application false - true Unicode + true @@ -91,6 +91,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true false + MultiThreadedDebug Console @@ -108,6 +109,7 @@ true true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreadedDebug Console @@ -126,6 +128,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) false false + MultiThreaded Console @@ -147,6 +150,7 @@ false true /analyze:stacksize295252 %(AdditionalOptions) + MultiThreaded Console