From: Wolfgang Bangerth Date: Wed, 11 Aug 1999 16:05:16 +0000 (+0000) Subject: Fix a problem with the flags in optimized mode. X-Git-Tag: v8.0.0~21651 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9155d124a7563f379f9744f97abf36eba19b651f;p=dealii.git Fix a problem with the flags in optimized mode. git-svn-id: https://svn.dealii.org/trunk@1680 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/Makefile b/tests/deal.II/Makefile index e437cf6131..4efa6d61a1 100644 --- a/tests/deal.II/Makefile +++ b/tests/deal.II/Makefile @@ -36,7 +36,7 @@ endif ifeq ($(debug-mode),off) libraries = $(libs) -flags = $(CXXFLAGS) -L$D/deal.II/lib +flags = $(CXXFLAGS.o) -L$D/deal.II/lib lib-tag = "deal_II_libraries=" endif