]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CXXFLAGS
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 18 Feb 2000 20:56:20 +0000 (20:56 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 18 Feb 2000 20:56:20 +0000 (20:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@2441 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/Make.rules

index feb0d187f13a3f4e4af3d2cfce55b860e32f8bba..66e69685382d843230132f62c2206a5e36fe84ab 100644 (file)
@@ -13,10 +13,10 @@ include $D/common/Make.global_options
 
 %.g.o : %.cc
        @echo =====debug========= $<
-       @$(CXX) $(flags) -c $< -o $@
+       @$(CXX) $(CXXFLAGS.g) $(CXXFLAGS) -c $< -o $@
 %.o : %.cc
        @echo =====optimized===== $<
-       @$(CXX) $(flags) -c $< -o $@
+       @$(CXX) $(CXXFLAGS.o) $(CXXFLAGS) -c $< -o $@
 
 ############################################################
 # Automatic generation of dependencies

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.