From 9f75641731742ae012cd7322b51a6133dafc4b0e Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Sun, 18 Sep 2016 19:42:41 +0200 Subject: [PATCH] Windows: same runtime library option for getopt The Release configuration of the getopt library used a different runtime library option than the other projects. This is fixed now. --- windows/getopt/getopt.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/getopt/getopt.vcxproj b/windows/getopt/getopt.vcxproj index e7a3bb05d..035f25c6a 100644 --- a/windows/getopt/getopt.vcxproj +++ b/windows/getopt/getopt.vcxproj @@ -98,6 +98,7 @@ MaxSpeed true true + MultiThreaded true -- 2.40.0