From 54437c45c4bc40bef4435bf3f725ef2faa6fdf0a Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 20 Nov 2009 03:19:29 +0000 Subject: Force /MD (threaded+DLL libc) with VC++. /MT is the default but seems to cause random crashes during the test suite. With /MD they go away. I don't know enough about Windows development to know what this means... I'm sure it makes sense to somebody. Anyway, going with something that appears to function. --- src/build-data/cc/msvc.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt index 0df8c67d6..278aaadf4 100644 --- a/src/build-data/cc/msvc.txt +++ b/src/build-data/cc/msvc.txt @@ -25,3 +25,7 @@ makefile_style nmake default -> "$(CXX) /LD" + + +all -> "/MD" + -- cgit v1.2.3