diff options
author | unknown <monty@mashka.mysql.fi> | 2003-11-17 16:16:56 +0200 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-11-17 16:16:56 +0200 |
commit | ae24db800d4dd5b2fcc686e22b3e46432f35c14c (patch) | |
tree | e0405f8e1feebbfad15401394076809081f03f3f /BUILD | |
parent | f1d38413548bdc722c32455c4e8767732e5e9256 (diff) | |
parent | a38900c90d23d98ea886e842a980ed3ea8220cce (diff) | |
download | mariadb-git-ae24db800d4dd5b2fcc686e22b3e46432f35c14c.tar.gz |
Merge with 3.23 (only comment changes)
BUILD/compile-pentium-gcov:
Use local file
mysys/thr_alarm.c:
Get comment from 3.23
sql/mini_client.cc:
Get comment from 3.23
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-pentium-gcov | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-gcov b/BUILD/compile-pentium-gcov index a43bc829c20..39c0e0591e8 100755 --- a/BUILD/compile-pentium-gcov +++ b/BUILD/compile-pentium-gcov @@ -3,7 +3,7 @@ path=`dirname $0` . "$path/SETUP.sh" -extra_flags="$pentium_cflags -fprofile-arcs -ftest-coverage -fmessage-length=0" +extra_flags="$pentium_cflags -O2 -fprofile-arcs -ftest-coverage -fmessage-length=0 " extra_configs="$pentium_configs $debug_configs --disable-shared $static_link" extra_configs="$extra_configs --with-innodb --with-berkeley-db" |