diff options
author | sasha@mysql.sashanet.com <> | 2001-05-25 16:26:52 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-05-25 16:26:52 -0600 |
commit | 49ac18c7c90c0a9fdff3efe50f3b94fdda4db68e (patch) | |
tree | ddf1988dea52361874185c7bf3258eace91fd517 /BUILD/compile-pentium | |
parent | c4beb8321f8393a8b62246592b4b752eb97f09d3 (diff) | |
download | mariadb-git-49ac18c7c90c0a9fdff3efe50f3b94fdda4db68e.tar.gz |
BUILD/SETUP.sh@1.9
removed -ffixed-ebp from reckless flags
BUILD/compile-pentium@1.16
use fast, not reckless flags for binary distribuition
sql/share/english/errmsg.txt@1.24
Point the user to the manual when he gets aborted connection message
Diffstat (limited to 'BUILD/compile-pentium')
-rwxr-xr-x | BUILD/compile-pentium | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium b/BUILD/compile-pentium index 9607ca03e7e..11559be93de 100755 --- a/BUILD/compile-pentium +++ b/BUILD/compile-pentium @@ -3,7 +3,7 @@ path=`dirname $0` . "$path/SETUP.sh" -extra_flags="$pentium_cflags $reckless_cflags" +extra_flags="$pentium_cflags $fast_cflags" extra_configs="$pentium_configs" strip=yes |