summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-05-25 16:26:52 -0600
committerunknown <sasha@mysql.sashanet.com>2001-05-25 16:26:52 -0600
commit714640bfb9f725f05567c58fac34612e3e99df33 (patch)
treeddf1988dea52361874185c7bf3258eace91fd517 /BUILD/compile-pentium
parentf2c0436616634fc55613114a65e38eec1bfcc010 (diff)
downloadmariadb-git-714640bfb9f725f05567c58fac34612e3e99df33.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 BUILD/SETUP.sh: removed -ffixed-ebp from reckless flags BUILD/compile-pentium: use fast, not reckless flags for binary distribuition sql/share/english/errmsg.txt: Point the user to the manual when he gets aborted connection message BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'BUILD/compile-pentium')
-rwxr-xr-xBUILD/compile-pentium2
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