summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-04-13 16:21:38 +0300
committerunknown <monty@donna.mysql.fi>2001-04-13 16:21:38 +0300
commit3b78ab65bb8e340b328cac5bca3188f64396ed61 (patch)
treed5bf5dce34ab694fbf5f6372332cd9a4226fe04c /BUILD/compile-pentium
parent0948956b802845699f9868b1e2c6b61a74f36b8d (diff)
downloadmariadb-git-3b78ab65bb8e340b328cac5bca3188f64396ed61.tar.gz
Changes to get mysqld-max to compile
BUILD/SETUP.sh: Changed to use -ffixed-ebp with -fomit-frame-pointer BUILD/compile-pentium: Changed to use reckless flags as defaults as this appears to work good, even with stack-traces. Build-tools/Do-all-build-steps: Innobase -> Innodb Docs/manual.texi: Added information about -ffixed-ebp scripts/safe_mysqld.sh: Added option --mysqld-version Use mysqld-max binary as default if installed and --mysqld or --mysqld-version is not used support-files/mysql-max.spec.sh: Fixed bugs support-files/mysql.spec.sh: Added Max package tests/fork_big.pl: Added --user and --password
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 11559be93de..9607ca03e7e 100755
--- a/BUILD/compile-pentium
+++ b/BUILD/compile-pentium
@@ -3,7 +3,7 @@
path=`dirname $0`
. "$path/SETUP.sh"
-extra_flags="$pentium_cflags $fast_cflags"
+extra_flags="$pentium_cflags $reckless_cflags"
extra_configs="$pentium_configs"
strip=yes