From: bangerth Date: Fri, 11 Sep 2009 03:19:37 +0000 (+0000) Subject: By default, run in debug mode. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d42adf11799dffbdc249838febae5ef9d073ddfc;p=dealii-svn.git By default, run in debug mode. git-svn-id: https://svn.dealii.org/trunk@19437 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-35/Makefile b/deal.II/examples/step-35/Makefile index 2a589a17b4..f5f5c445b2 100755 --- a/deal.II/examples/step-35/Makefile +++ b/deal.II/examples/step-35/Makefile @@ -14,7 +14,7 @@ target = step-35 # run-time checking of parameters and internal states is performed, so # you should set this value to `on' while you develop your program, # and to `off' when running production computations. -debug-mode = off +debug-mode = on # As third field, we need to give the path to the top-level deal.II