From: Wolfgang Bangerth Date: Fri, 10 Feb 2006 17:53:04 +0000 (+0000) Subject: Use debug mode. X-Git-Tag: v8.0.0~12377 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a95c9fad5febec1b4bc41519d1bb5307f87d4f9;p=dealii.git Use debug mode. git-svn-id: https://svn.dealii.org/trunk@12302 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-20/Makefile b/deal.II/examples/step-20/Makefile index 62bbb50b97..3a6a3a4af6 100644 --- a/deal.II/examples/step-20/Makefile +++ b/deal.II/examples/step-20/Makefile @@ -14,7 +14,7 @@ target = $(basename $(shell echo step-*.cc)) # 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