diff options
author | monty@hundin.mysql.fi <> | 2001-11-28 03:47:15 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-28 03:47:15 +0200 |
commit | 5fedd2dda72f59c1a00525862a093bdaf042d034 (patch) | |
tree | 1591378c44e709fb0ac9df322ad1e001c517ae50 /BUILD/compile-alpha-debug | |
parent | 3c057478c2996b08cebd512ce5f2150853e0145f (diff) | |
download | mariadb-git-5fedd2dda72f59c1a00525862a093bdaf042d034.tar.gz |
Fix for IO_CACHE.
Portability fixes.
Diffstat (limited to 'BUILD/compile-alpha-debug')
-rwxr-xr-x | BUILD/compile-alpha-debug | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/BUILD/compile-alpha-debug b/BUILD/compile-alpha-debug index 06b5a10675e..60d1b9af659 100755 --- a/BUILD/compile-alpha-debug +++ b/BUILD/compile-alpha-debug @@ -1,7 +1,8 @@ +/bin/rm -f */.deps/*.P */*.o make -k clean -/bin/rm -f */.deps/*.P -/bin/rm -f config.cache +/bin/rm -f */.deps/*.P */*.o +/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache mysql-*.tar.gz aclocal; autoheader; aclocal; automake; autoconf -CFLAGS=-O6 CXX=gcc CXXFLAGS="-O6 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-debug --with-extra-charsets=complex +CFLAGS=-O1 CC=gcc CXX=gcc CXXFLAGS="-O1 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-debug --with-extra-charsets=complex --without-extra-tools make |