]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compilable in optimized mode.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 2 Dec 1999 17:32:56 +0000 (17:32 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 2 Dec 1999 17:32:56 +0000 (17:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@1967 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/convergence/Makefile
tests/big-tests/convergence/Makefile

index 937c66466908a79916353106d26896e0f2a4dedf..2cbefdbd72ed2101904a9ce05e902548b62b7034 100644 (file)
@@ -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
index 937c66466908a79916353106d26896e0f2a4dedf..2cbefdbd72ed2101904a9ce05e902548b62b7034 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.