summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-04-13 22:09:33 +0300
committerunknown <monty@donna.mysql.fi>2001-04-13 22:09:33 +0300
commit6efc95d5a0145eabcc389f2bce922cc1f89da35b (patch)
tree334db2402b4aee273ded1ee0710570238dbc373a /BUILD
parent00b254969dd99527dc1897f354e4f55490980670 (diff)
downloadmariadb-git-6efc95d5a0145eabcc389f2bce922cc1f89da35b.tar.gz
Changed -O6 to -O3
Portability fix for Innodb BUILD/compile-pentium-max: Change mode to -rwxrwxr-x BUILD/SETUP.sh: Changed -O6 to -O3 Docs/manual.texi: Changed -O6 to -O3 configure.in: Changed -O6 to -O3 Added test of pthread_yield (For Innodb) innobase/os/os0thread.c: Fix portability problem with RedHat 6.1 scripts/safe_mysqld.sh: Fix option --mysqld-version sql/gen_lex_hash.cc: Smaller array support-files/mysql.spec.sh: Changed -O6 to -O3
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD/SETUP.sh4
-rwxr-xr-x[-rw-r--r--]BUILD/compile-pentium-max0
2 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index d1de9ab12e7..1f45c5c18cb 100644
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -43,8 +43,8 @@ alpha_cflags="-mcpu=ev6 -Wa,-mev6" # Not used yet
pentium_cflags="-mpentiumpro"
sparc_cflags=""
-fast_cflags="-O6 -fno-omit-frame-pointer"
-reckless_cflags="-O6 -fomit-frame-pointer -ffixed-ebp"
+fast_cflags="-O3 -fno-omit-frame-pointer"
+reckless_cflags="-O3 -fomit-frame-pointer -ffixed-ebp"
debug_cflags="-DEXTRA_DEBUG -DFORCE_INIT_OF_VARS -DSAFEMALLOC -DSAFE_MUTEX -O2"
base_cxxflags="-felide-constructors -fno-exceptions -fno-rtti"
diff --git a/BUILD/compile-pentium-max b/BUILD/compile-pentium-max
index 5fb4c1f89d2..5fb4c1f89d2 100644..100755
--- a/BUILD/compile-pentium-max
+++ b/BUILD/compile-pentium-max