diff options
author | sasha@mysql.sashanet.com <> | 2000-11-16 10:37:30 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-11-16 10:37:30 -0700 |
commit | 0decc269d4ceba0094417198fbb2614cd542e4b6 (patch) | |
tree | dc8e310db20b168ab8e30b9bf6b7452066e7a4ce /BUILD/compile-pentium-debug | |
parent | eb0a423e0ea8cefa04719226923755aa4bb8a961 (diff) | |
download | mariadb-git-0decc269d4ceba0094417198fbb2614cd542e4b6.tar.gz |
BUILD/compile-pentium-debug
make -j 2
mysys/my_open.c
my_umask is better than 0 - we do not want 0000 files when my_open() is called with O_CREAT
sql/log.cc
fixed up IO_CACHE to make replication work, not fully yet
sql/log_event.cc
fixed up IO_CACHE
Diffstat (limited to 'BUILD/compile-pentium-debug')
-rwxr-xr-x | BUILD/compile-pentium-debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug b/BUILD/compile-pentium-debug index 91cca076a8a..c031ad466ab 100755 --- a/BUILD/compile-pentium-debug +++ b/BUILD/compile-pentium-debug @@ -17,4 +17,4 @@ CFLAGS="-DEXTRA_DEBUG -DFORCE_INIT_OF_VARS -O2 -mpentiumpro $C_WARNINGS" CXX=gc CXXFLAGS="-DEXTRA_DEBUG -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 \ --with-berkeley-db=/usr/local/BerkeleyDB -make +make -j 2 |