From ef567d1b34d77a0f365aeef153ee8c51814affa5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20Kl=C3=B6fkorn?=
 <robertk@mathematik.uni-stuttgart.de>
Date: Tue, 29 Mar 2005 07:34:26 +0000
Subject: [PATCH] added NDEBUG for optim mode

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@198 0d966ed9-3843-0410-af09-ebfb50bd7c74
---
 gcc.opts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc.opts b/gcc.opts
index 862d09443..0d164b706 100644
--- a/gcc.opts
+++ b/gcc.opts
@@ -14,4 +14,4 @@ FLAGS="-Wall"
 DEBUGFLAGS="-g"
 
 # additional flags for optimization
-OPTIMFLAGS="-O3 -unroll"
+OPTIMFLAGS="-O3 -unroll -DNDEBUG"
-- 
GitLab