From c836061c4bce5fac2c3c349ace3bddb99f081c9e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 8 Nov 2017 16:08:23 +0300 Subject: fix for the possible crash with static variables --- plugins/HTTPServer/HTTPServer_15.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/HTTPServer') diff --git a/plugins/HTTPServer/HTTPServer_15.vcxproj b/plugins/HTTPServer/HTTPServer_15.vcxproj index 472743a315..3d9d9d65f0 100644 --- a/plugins/HTTPServer/HTTPServer_15.vcxproj +++ b/plugins/HTTPServer/HTTPServer_15.vcxproj @@ -87,6 +87,7 @@ EditAndContinue Use Glob.h + /Zc:threadSafeInit- %(AdditionalOptions) _DEBUG;%(PreprocessorDefinitions) @@ -112,6 +113,7 @@ Level3 Use Glob.h + /Zc:threadSafeInit- %(AdditionalOptions) _DEBUG;%(PreprocessorDefinitions) @@ -140,6 +142,7 @@ Size Use Glob.h + /Zc:threadSafeInit- %(AdditionalOptions) NDEBUG;%(PreprocessorDefinitions) @@ -170,6 +173,7 @@ Size Use Glob.h + /Zc:threadSafeInit- %(AdditionalOptions) NDEBUG;%(PreprocessorDefinitions) -- cgit v1.2.3