From: guido Date: Wed, 28 Jun 2000 15:05:21 +0000 (+0000) Subject: Add @DEFS@ to compiler flags again X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9588b3a4a0da31a5b1a1d1bb860e0c2c1e92f1f;p=dealii-svn.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