diff options
author | unknown <monty@work.mysql.com> | 2000-08-01 20:26:44 +0200 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2000-08-01 20:26:44 +0200 |
commit | 68e67aa3879428c168221a3032edc2fd1105d611 (patch) | |
tree | d574f07916bed330527e4b1fa7f043875c231e3e /BUILD/compile-pentium-debug | |
parent | 29e300ebbfd60e3b453202cd4533060af4c2eb38 (diff) | |
download | mariadb-git-68e67aa3879428c168221a3032edc2fd1105d611.tar.gz |
compile-pentium-debug testing if Monty can use bk
this message will appear in the change set
BUILD/compile-pentium-debug:
testing if Monty can use bk
Diffstat (limited to 'BUILD/compile-pentium-debug')
-rwxr-xr-x | BUILD/compile-pentium-debug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD/compile-pentium-debug b/BUILD/compile-pentium-debug index a8c2c98e0ef..e62e56de4d7 100755 --- a/BUILD/compile-pentium-debug +++ b/BUILD/compile-pentium-debug @@ -12,6 +12,8 @@ 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 |