[PATCH] Add -FS flag to support parallel builds with MSVC 2013
Mike Hommey
mh+jemalloc at glandium.org
Thu May 29 00:58:21 PDT 2014
From: Mike Hommey <mh at glandium.org>
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 5aeaa08..045f62e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -141,6 +141,7 @@ if test "x$CFLAGS" = "x" ; then
JE_CFLAGS_APPEND([-Zi])
JE_CFLAGS_APPEND([-MT])
JE_CFLAGS_APPEND([-W3])
+ JE_CFLAGS_APPEND([-FS])
CPPFLAGS="$CPPFLAGS -I${srcroot}/include/msvc_compat"
fi
fi
--
2.0.0.rc2
More information about the jemalloc-discuss
mailing list