From: wolf Date: Wed, 25 Nov 1998 13:23:00 +0000 (+0000) Subject: Make all examples use debug mode by default. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=883c2cc184a74a0c720e25f4a24d73cab097e1f3;p=dealii-svn.git Make all examples use debug mode by default. git-svn-id: https://svn.dealii.org/trunk@676 0785d39b-7218-0410-832d-ea1e28bc413d --- 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: