Skip to content

Commit

Permalink
Fixing bug in developer usage of script
Browse files Browse the repository at this point in the history
--BZR--
revision-id: [email protected]
property-branch-nick: mysql-5.1-performance-version
testament3-sha1: 344be29b2f3f39f06d4c29ae729bfb14a214ed28
  • Loading branch information
Mikael Ronstrom committed Feb 12, 2009
1 parent 646de3d commit dac0ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD/build_mccge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dac0ea2

Please sign in to comment.