From: Michael Tremer Date: Sun, 9 May 2010 22:47:28 +0000 (+0200) Subject: pdns-recursor: Remove profiling from CFLAGS. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef41b36634cee6c975e6f59130e11896008dfb2;p=ipfire-3.x.git pdns-recursor: Remove profiling from CFLAGS. --- diff --git a/pkgs/core/pdns-recursor/pdns-recursor.nm b/pkgs/core/pdns-recursor/pdns-recursor.nm index 1ce372f16..204f682e0 100644 --- a/pkgs/core/pdns-recursor/pdns-recursor.nm +++ b/pkgs/core/pdns-recursor/pdns-recursor.nm @@ -45,7 +45,7 @@ PKG_TARBALL = $(THISAPP).tar.bz2 define STAGE_BUILD cd $(DIR_APP) && LUA=1 LUA_CPPFLAGS_CONFIG= LUA_LIBS_CONFIG=-llua \ - make OPTFLAGS="$(CFLAGS)" PROFILEFLAGS=-fprofile-use #$(PARALLELISMFLAGS) + make OPTFLAGS="$(CFLAGS)" #$(PARALLELISMFLAGS) endef define STAGE_INSTALL_CMDS