From 137ef0b20d4eb09096bd312afacee7c9102fe5a3 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 29 Feb 2000 18:11:24 +0000 Subject: [PATCH] Enable debugging. git-svn-id: https://svn.dealii.org/trunk@2527 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/big-tests/nonlinear/fixed-point-iteration/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5