aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
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