From: Wolfgang Bangerth Date: Sat, 23 Feb 2008 19:10:14 +0000 (+0000) Subject: Default to debug mode. X-Git-Tag: v8.0.0~9402 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaa388420cc6406fad0a39d0593f5a6f2d236273;p=dealii.git Default to debug mode. git-svn-id: https://svn.dealii.org/trunk@15756 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-31/Makefile b/deal.II/examples/step-31/Makefile index f8acda44c3..063d6163ac 100644 --- a/deal.II/examples/step-31/Makefile +++ b/deal.II/examples/step-31/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