summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2009-02-12 09:46:39 +0100
committerMikael Ronstrom <mikael@mysql.com>2009-02-12 09:46:39 +0100
commit0421ec5553b8ec7ddbe29f3ecd2a30d1827eb584 (patch)
treef030660c90a522e1d7f0df15602769ee11ff8eb5 /BUILD
parent757a6cd1ad1f41dabfd53b9935c724f4f08ba19b (diff)
downloadmariadb-git-0421ec5553b8ec7ddbe29f3ecd2a30d1827eb584.tar.gz
Fixing bug in developer usage of script
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/build_mccge.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/build_mccge.sh b/BUILD/build_mccge.sh
index 9fe0948b192..cbc2e895815 100755
--- a/BUILD/build_mccge.sh
+++ b/BUILD/build_mccge.sh
@@ -1061,7 +1061,7 @@ set_with_debug_flags()
if test "x$with_debug_flag" = "xyes" ; then
if test "x$developer_flag" = "xyes" ; then
loc_debug_flags="-DUNIV_MUST_NOT_INLINE -DEXTRA_DEBUG -DFORCE_INIT_OF_VARS "
- loc_debug_flags="$loc_debug_cflags -DSAFEMALLOC -DPEDANTIC_SAFEMALLOC"
+ loc_debug_flags="$loc_debug_flags -DSAFEMALLOC -DPEDANTIC_SAFEMALLOC"
compiler_flags="$compiler_flags $loc_debug_flags"
fi
fi