diff options
Diffstat (limited to 'BUILD/compile-pentium-myodbc')
-rwxr-xr-x | BUILD/compile-pentium-myodbc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD/compile-pentium-myodbc b/BUILD/compile-pentium-myodbc new file mode 100755 index 00000000000..989f98eac60 --- /dev/null +++ b/BUILD/compile-pentium-myodbc @@ -0,0 +1,6 @@ +make -k clean +/bin/rm -f */.deps/*.P config.cache + +aclocal; autoheader; aclocal; automake; autoconf + +CFLAGS="-O6 -mpentiumpro -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O6 -mpentiumpro -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --with-extra-charsets=complex --without-server |