diff options
author | unknown <knielsen@knielsen-hq.org> | 2010-03-30 18:16:57 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2010-03-30 18:16:57 +0200 |
commit | 5a3b3d9afb6233ff785eab2a9679374ae274a75c (patch) | |
tree | 875f73a5e544d5081679d47586ae25b90498fb86 /BUILD/compile-pentium64-gprof | |
parent | 205baff9ab39cc030b950ae751118561918f3e83 (diff) | |
parent | d904739cc1d98107f67e76a67b0ea6eb2af326ec (diff) | |
download | mariadb-git-5a3b3d9afb6233ff785eab2a9679374ae274a75c.tar.gz |
automerge
Diffstat (limited to 'BUILD/compile-pentium64-gprof')
-rwxr-xr-x | BUILD/compile-pentium64-gprof | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium64-gprof b/BUILD/compile-pentium64-gprof index f64dee6d196..662396f04ed 100755 --- a/BUILD/compile-pentium64-gprof +++ b/BUILD/compile-pentium64-gprof @@ -4,6 +4,6 @@ path=`dirname $0` . "$path/SETUP.sh" extra_flags="$pentium64_cflags $gprof_compile_flags" -extra_configs="$pentium64_configs $debug_configs $gprof_link_flags" +extra_configs="$pentium_configs $max_configs $gprof_link_flags --with-zlib-dir=bundled" . "$path/FINISH.sh" |