From a0c4ac77add62606cbeaf2a9f243e2cc3228ef59 Mon Sep 17 00:00:00 2001
From: Magnus Hagander <magnus@hagander.net>
Date: Thu, 6 Dec 2007 17:07:37 +0000
Subject: [PATCH] Disable asserts by default on msvc build (to make it the same
 as in unix)

---
 src/tools/msvc/config.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tools/msvc/config.pl b/src/tools/msvc/config.pl
index 6b5b4182807..548485a0746 100644
--- a/src/tools/msvc/config.pl
+++ b/src/tools/msvc/config.pl
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 
 our $config = {
-    asserts=>1,			# --enable-cassert
+    asserts=>0,			# --enable-cassert
     integer_datetimes=>0,   # --enable-integer-datetimes
     nls=>undef,				# --enable-nls=<path>
     tcl=>'c:\tcl',		# --with-tls=<path>
-- 
GitLab