From: Guido Kanschat Date: Fri, 18 Feb 2000 20:56:20 +0000 (+0000) Subject: CXXFLAGS X-Git-Tag: v8.0.0~20919 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=438e164db814767cf3e429073be5dbf5e7e74fa5;p=dealii.git CXXFLAGS git-svn-id: https://svn.dealii.org/trunk@2441 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.rules b/deal.II/common/Make.rules index feb0d187f1..66e6968538 100644 --- a/deal.II/common/Make.rules +++ b/deal.II/common/Make.rules @@ -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