From bec546be53ad01925699c7fa909483dc3c69dc53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20S=C3=B8rensen?= Date: Thu, 8 Jun 2023 17:40:45 +0200 Subject: [PATCH] [MSVC] Set floating point model to fast --- vs2019_project/pt2-clone/pt2-clone.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vs2019_project/pt2-clone/pt2-clone.vcxproj b/vs2019_project/pt2-clone/pt2-clone.vcxproj index 8645493..581b0ae 100644 --- a/vs2019_project/pt2-clone/pt2-clone.vcxproj +++ b/vs2019_project/pt2-clone/pt2-clone.vcxproj @@ -105,6 +105,7 @@ false AnySuitable MultiThreaded + Fast Windows @@ -150,6 +151,7 @@ false AnySuitable MultiThreaded + Fast Windows