summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-debug
diff options
context:
space:
mode:
authorsasha@laptop.slkc.uswest.net <>2000-11-11 14:50:39 -0700
committersasha@laptop.slkc.uswest.net <>2000-11-11 14:50:39 -0700
commita25aed33d99463413c0b8e501afc70eeb96efe15 (patch)
tree151539228a360db4526847582397a4c1edbdfa8d /BUILD/compile-pentium-debug
parentf325f5fc7fa2f6dd77ceb4ae901c20c1726b5e24 (diff)
downloadmariadb-git-a25aed33d99463413c0b8e501afc70eeb96efe15.tar.gz
laptop commit, syncing with the repostitory. Fixed some bad bugs in replication
Diffstat (limited to 'BUILD/compile-pentium-debug')
-rwxr-xr-xBUILD/compile-pentium-debug4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/compile-pentium-debug b/BUILD/compile-pentium-debug
index 4f6fdc3714e..91cca076a8a 100755
--- a/BUILD/compile-pentium-debug
+++ b/BUILD/compile-pentium-debug
@@ -13,8 +13,8 @@ C_WARNINGS="$GLOBAL_WARNINGS -Wunused"
CC_WARNINGS="$GLOBAL_WARNINGS -Woverloaded-virtual -Wextern-inline -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor"
-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" \
+CFLAGS="-DEXTRA_DEBUG -DFORCE_INIT_OF_VARS -O2 -mpentiumpro $C_WARNINGS" CXX=gcc \
+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