From: Guido Kanschat Date: Wed, 28 Jun 2000 15:05:21 +0000 (+0000) Subject: Add @DEFS@ to compiler flags again X-Git-Tag: v8.0.0~20322 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a66153e8a31dba5d405fc5af9e7ed0f50abf5bc0;p=dealii.git Add @DEFS@ to compiler flags again git-svn-id: https://svn.dealii.org/trunk@3101 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 425380e717..7bff1b27a7 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -73,8 +73,8 @@ INCLUDE += $(addprefix -I, $(include-path-base) \ $(include-path-deal2)) # compiler flags for debug and optimized mode -CXXFLAGS.g = @CXXFLAGSG@ $(INCLUDE) $(LIBPATH) -CXXFLAGS.o = @CXXFLAGSO@ $(INCLUDE) $(LIBPATH) +CXXFLAGS.g = @DEFS@ @CXXFLAGSG@ $(INCLUDE) $(LIBPATH) +CXXFLAGS.o = @DEFS@ @CXXFLAGSO@ $(INCLUDE) $(LIBPATH) # if multithread support in the library is requested, then set the