You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
391 B

26 years ago
26 years ago
26 years ago
  1. /bin/rm -f */.deps/*.P */*.o
  2. make -k clean
  3. /bin/rm -f */.deps/*.P */*.o
  4. /bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache mysql-*.tar.gz
  5. path=`dirname $0`
  6. . "$path/autorun.sh"
  7. CFLAGS=-O1 CC=gcc CXX=gcc CXXFLAGS="-O1 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-debug --with-extra-charsets=complex --without-extra-tools
  8. make