From c439e08590f3e340d80c0c135f412893ddc0c8d5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 9 May 2011 16:37:23 +0200 Subject: BUILD: Declare RELEASE_BUILD in DEFINES, not CXXFLAGS --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index d230d588df..16a4e4c2a2 100755 --- a/configure +++ b/configure @@ -1149,8 +1149,7 @@ if test "$_release_build" = yes; then # We will also add a define, which indicates we are doing # an build for a release version. CXXFLAGS="$CXXFLAGS -O2 -Wuninitialized" - # FIXME: Why is the following in CXXFLAGS and not in DEFINES? Change or document this. - CXXFLAGS="$CXXFLAGS -DRELEASE_BUILD" + DEFINES="$DEFINES -DRELEASE_BUILD" fi -- cgit v1.2.3