From e29a53f01a2c3859202aa5c9f7f2055412634633 Mon Sep 17 00:00:00 2001 From: Freddie Akeroyd Date: Mon, 30 Sep 2019 22:48:54 +0100 Subject: [PATCH] Formatting --- configure/os/CONFIG.win32-x86.win32-x86 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure/os/CONFIG.win32-x86.win32-x86 b/configure/os/CONFIG.win32-x86.win32-x86 index d2499c4c4..6a5078d60 100644 --- a/configure/os/CONFIG.win32-x86.win32-x86 +++ b/configure/os/CONFIG.win32-x86.win32-x86 @@ -140,9 +140,11 @@ STATIC_LDLIBS_NO= STATIC_LDFLAGS= RANLIB= +# # option needed for parallel builds with Visual Studio 2013 onward # VS2012 and above have VisualStudioVersion, so just need to exclude 2012 (11.0) # -FS Force Synchronous PDB Writes +# ifneq ($(VisualStudioVersion),) ifneq ($(VisualStudioVersion),11.0) OPT_CXXFLAGS_NO += -FS