From 811601334eceb66d9ed800149a85a99d373c94f8 Mon Sep 17 00:00:00 2001
From: michel <michel@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Thu, 7 May 2009 07:46:02 +0000
Subject: [PATCH] 4.1: added -DNDEBUG in Makefile.in to avoid assert() problem
 under Windows. This is a quick fix that needs to be redone correctly

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2660 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 2fc4d8ec..3b8a4351 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,6 @@
 CXX = @CXX@
 CXXFLAGS = @CXXFLAGS@
-CPPFLAGS = @CPPFLAGS@ @DEFS@
+CPPFLAGS = -DNDEBUG @CPPFLAGS@ @DEFS@
 LDFLAGS = @LDFLAGS@
 
 FLEX = @FLEX@
-- 
GitLab