diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-08-01 17:27:13 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-08-01 17:27:13 -0600 |
commit | da7ec82347b27cfd7dc0fcc062c5bc26100c3b4a (patch) | |
tree | f511075a956804a39f2b7500df890f852ae34488 /BUILD/compile-pentium-debug | |
parent | 68e67aa3879428c168221a3032edc2fd1105d611 (diff) | |
download | mariadb-git-da7ec82347b27cfd7dc0fcc062c5bc26100c3b4a.tar.gz |
compile-pentium-debug compiled without BDB support
BUILD/compile-pentium-debug:
--with-berkely-db was on a line by itself
Diffstat (limited to 'BUILD/compile-pentium-debug')
-rwxr-xr-x | BUILD/compile-pentium-debug | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD/compile-pentium-debug b/BUILD/compile-pentium-debug index e62e56de4d7..4f6fdc3714e 100755 --- a/BUILD/compile-pentium-debug +++ b/BUILD/compile-pentium-debug @@ -12,10 +12,9 @@ GLOBAL_WARNINGS="-Wimplicit -Wreturn-type -Wid-clash-51 -Wswitch -Wtrigraphs -Wc C_WARNINGS="$GLOBAL_WARNINGS -Wunused" CC_WARNINGS="$GLOBAL_WARNINGS -Woverloaded-virtual -Wextern-inline -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor" -#this is a commment to test if Monty can commit CFLAGS="-DFORCE_INIT_OF_VARS -O2 -mpentiumpro $C_WARNINGS" CXX=gcc \ CXXFLAGS="-DFORCE_INIT_OF_VARS -O2 -mpentiumpro -felide-constructors -fno-exceptions -fno-rtti $CC_WARNINGS" \ -./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex --with-debug=full +./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex --with-debug=full \ --with-berkeley-db=/usr/local/BerkeleyDB make |