diff options
author | Max Horn | 2011-05-09 16:37:23 +0200 |
---|---|---|
committer | Max Horn | 2011-05-25 13:24:38 +0200 |
commit | c439e08590f3e340d80c0c135f412893ddc0c8d5 (patch) | |
tree | 634f24bc0ac3ede726b0ecbfe6c42f01e694a081 | |
parent | d2e778bf0b4692e957c74a7749a75d6fd5ed214d (diff) | |
download | scummvm-rg350-c439e08590f3e340d80c0c135f412893ddc0c8d5.tar.gz scummvm-rg350-c439e08590f3e340d80c0c135f412893ddc0c8d5.tar.bz2 scummvm-rg350-c439e08590f3e340d80c0c135f412893ddc0c8d5.zip |
BUILD: Declare RELEASE_BUILD in DEFINES, not CXXFLAGS
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |