From 0fa3c807a444a2599b3c504734df8abc0d0cb035 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 2 Dec 1999 17:32:56 +0000 Subject: [PATCH] Make compilable in optimized mode. git-svn-id: https://svn.dealii.org/trunk@1967 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Attic/examples/convergence/Makefile | 4 ++-- tests/big-tests/convergence/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/Attic/examples/convergence/Makefile b/deal.II/deal.II/Attic/examples/convergence/Makefile index 937c664669..2cbefdbd72 100644 --- a/deal.II/deal.II/Attic/examples/convergence/Makefile +++ b/deal.II/deal.II/Attic/examples/convergence/Makefile @@ -61,7 +61,7 @@ endif ifeq ($(debug-mode),off) libraries = $(libs) -flags = $(CXXFLAGS) +flags = $(CXXFLAGS.o) endif @@ -85,7 +85,7 @@ run: $(target) %.o : %.cc @echo ============================ Compiling with optimization: $< @echo $(CXX) ... -c $< -o $@ - @$(CXX) $(CXXFLAGS) -c $< -o $@ + @$(CXX) $(CXXFLAGS.o) -c $< -o $@ # rules which files the libraries depend upon diff --git a/tests/big-tests/convergence/Makefile b/tests/big-tests/convergence/Makefile index 937c664669..2cbefdbd72 100644 --- a/tests/big-tests/convergence/Makefile +++ b/tests/big-tests/convergence/Makefile @@ -61,7 +61,7 @@ endif ifeq ($(debug-mode),off) libraries = $(libs) -flags = $(CXXFLAGS) +flags = $(CXXFLAGS.o) endif @@ -85,7 +85,7 @@ run: $(target) %.o : %.cc @echo ============================ Compiling with optimization: $< @echo $(CXX) ... -c $< -o $@ - @$(CXX) $(CXXFLAGS) -c $< -o $@ + @$(CXX) $(CXXFLAGS.o) -c $< -o $@ # rules which files the libraries depend upon -- 2.39.5