From 883c2cc184a74a0c720e25f4a24d73cab097e1f3 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 25 Nov 1998 13:23:00 +0000 Subject: [PATCH] Make all examples use debug mode by default. git-svn-id: https://svn.dealii.org/trunk@676 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Attic/examples/convergence/Makefile | 2 +- deal.II/deal.II/Attic/examples/error-estimation/Makefile | 2 +- deal.II/deal.II/Attic/examples/multigrid/Makefile | 2 +- tests/big-tests/convergence/Makefile | 2 +- tests/big-tests/error-estimation/Makefile | 2 +- tests/big-tests/multigrid/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/Attic/examples/convergence/Makefile b/deal.II/deal.II/Attic/examples/convergence/Makefile index 9a73077e3e..14a7b6ddaa 100644 --- a/deal.II/deal.II/Attic/examples/convergence/Makefile +++ b/deal.II/deal.II/Attic/examples/convergence/Makefile @@ -11,7 +11,7 @@ target = convergence # 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: diff --git a/deal.II/deal.II/Attic/examples/error-estimation/Makefile b/deal.II/deal.II/Attic/examples/error-estimation/Makefile index 8e4a14ea44..993ee04126 100644 --- a/deal.II/deal.II/Attic/examples/error-estimation/Makefile +++ b/deal.II/deal.II/Attic/examples/error-estimation/Makefile @@ -11,7 +11,7 @@ target = error-estimation # 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: diff --git a/deal.II/deal.II/Attic/examples/multigrid/Makefile b/deal.II/deal.II/Attic/examples/multigrid/Makefile index da450e161a..1406efc5c7 100644 --- a/deal.II/deal.II/Attic/examples/multigrid/Makefile +++ b/deal.II/deal.II/Attic/examples/multigrid/Makefile @@ -11,7 +11,7 @@ target = multigrid # 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: diff --git a/tests/big-tests/convergence/Makefile b/tests/big-tests/convergence/Makefile index 9a73077e3e..14a7b6ddaa 100644 --- a/tests/big-tests/convergence/Makefile +++ b/tests/big-tests/convergence/Makefile @@ -11,7 +11,7 @@ target = convergence # 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: diff --git a/tests/big-tests/error-estimation/Makefile b/tests/big-tests/error-estimation/Makefile index 8e4a14ea44..993ee04126 100644 --- a/tests/big-tests/error-estimation/Makefile +++ b/tests/big-tests/error-estimation/Makefile @@ -11,7 +11,7 @@ target = error-estimation # 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: diff --git a/tests/big-tests/multigrid/Makefile b/tests/big-tests/multigrid/Makefile index da450e161a..1406efc5c7 100644 --- a/tests/big-tests/multigrid/Makefile +++ b/tests/big-tests/multigrid/Makefile @@ -11,7 +11,7 @@ target = multigrid # 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