summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-debug
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-11-16 10:37:30 -0700
committerunknown <sasha@mysql.sashanet.com>2000-11-16 10:37:30 -0700
commit4ddac2140db63c3332f43502bce6c9cb50744ae6 (patch)
treedc8e310db20b168ab8e30b9bf6b7452066e7a4ce /BUILD/compile-pentium-debug
parentf44a41f013a8791fc2ddba88a9f23efe5cfb6c99 (diff)
downloadmariadb-git-4ddac2140db63c3332f43502bce6c9cb50744ae6.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 BUILD/compile-pentium-debug: make -j 2 BitKeeper/etc/ignore: Added repl-tests/test-repl/sum-wlen-slave.master.reje support-files/mysql-3.23.28-gamma.spec to the ignore list 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-xBUILD/compile-pentium-debug2
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