From f4cb9cbf73262a19a2e18c1b1c7bfe164f90f9b5 Mon Sep 17 00:00:00 2001 From: Felipe Muniz Date: Tue, 23 Jul 2024 12:27:23 -0300 Subject: [PATCH] fix: build error phmap_base --- vc17/otclient.vcxproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vc17/otclient.vcxproj b/vc17/otclient.vcxproj index 3ad311fc22..c81f53adac 100644 --- a/vc17/otclient.vcxproj +++ b/vc17/otclient.vcxproj @@ -121,6 +121,7 @@ $(VcpkgRoot)\installed\$(VcpkgTriplet)\include\luajit;%(AdditionalIncludeDirectories) stdcpp20 4244;4251;4996;%(DisableSpecificWarnings) + true Level4 @@ -165,6 +166,7 @@ cmd /c "start ../vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\tools\protobuf\ stdcpp20 Default 4244;4251;4996;%(DisableSpecificWarnings) + true Fast Level4 @@ -193,7 +195,8 @@ cmd /c "start ../vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\tools\protobuf\ stdcpp20 Default 4244;4251;4996;4267;%(DisableSpecificWarnings) - Fast + true + Fast Level3