From: Wolfgang Bangerth Date: Fri, 12 Oct 2007 17:55:31 +0000 (+0000) Subject: Default to debug mode again... X-Git-Tag: v8.0.0~9767 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d39aad4e2748f98ff6dba3a99c4b76189ce09b01;p=dealii.git Default to debug mode again... git-svn-id: https://svn.dealii.org/trunk@15306 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-22/Makefile b/deal.II/examples/step-22/Makefile index 26266ada33..4aee8cd9cc 100644 --- a/deal.II/examples/step-22/Makefile +++ b/deal.II/examples/step-22/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