From: bangerth Date: Tue, 26 Feb 2008 15:18:29 +0000 (+0000) Subject: Default to debug mode. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c8dca9e51629aad3c759787b20d0c487550a48;p=dealii-svn.git Default to debug mode. git-svn-id: https://svn.dealii.org/trunk@15787 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-22/Makefile b/deal.II/examples/step-22/Makefile index 1f628a29fb..a3873d0ad2 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