From: Wolfgang Bangerth Date: Tue, 29 Feb 2000 18:11:24 +0000 (+0000) Subject: Enable debugging. X-Git-Tag: v8.0.0~20837 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4a6eac0012f13354b5f4f479f7850a48ca7c9f0;p=dealii.git Enable debugging. git-svn-id: https://svn.dealii.org/trunk@2527 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/big-tests/nonlinear/fixed-point-iteration/Makefile b/tests/big-tests/nonlinear/fixed-point-iteration/Makefile index becdb684ea..03309a6062 100644 --- a/tests/big-tests/nonlinear/fixed-point-iteration/Makefile +++ b/tests/big-tests/nonlinear/fixed-point-iteration/Makefile @@ -17,7 +17,7 @@ target = nonlinear # the archives ./Obj.a and ./Obj.g.a. By default, the debug version # is used to link. It you don't like that, change the following # variable to "off" -debug-mode = off +debug-mode = on # If you want your program to be linked with extra object or library # files, specify them here: