diff options
author | monty@donna.mysql.com <> | 2000-11-18 23:13:48 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-11-18 23:13:48 +0200 |
commit | b31d0768794e964852562c0ba307e6eea35f101b (patch) | |
tree | 287897ebd815b64a05c0ca7076beccd5245a2f8d /BUILD | |
parent | 23dc1a6b8568eab379492213be67d11c99522eca (diff) | |
download | mariadb-git-b31d0768794e964852562c0ba307e6eea35f101b.tar.gz |
Fixed some reported bugs
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-alpha-cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/compile-alpha-cxx b/BUILD/compile-alpha-cxx index 7f982652f6c..82a9ee87cd1 100755 --- a/BUILD/compile-alpha-cxx +++ b/BUILD/compile-alpha-cxx @@ -4,7 +4,8 @@ make -k clean /bin/rm -f config.cache mysql-*.tar.gz aclocal; autoheader; aclocal; automake; autoconf -CC=ccc CFLAGS="-fast" CXX=cxx CXXFLAGS="-fast -noexceptions -nortti" ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-all-static +CC=ccc CFLAGS="-fast" CXX=cxx CXXFLAGS="-fast -noexceptions -nortti" ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-non_shared --with-client-ldflags=-non_shared + make rm */.deps/* make |