~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to BUILD/compile-solaris-sparc-purify

  • Committer: bk at mysql
  • Date: 2000-07-31 19:29:14 UTC
  • Revision ID: sp1r-bk@work.mysql.com-20000731192914-08846
Import changeset

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gmake -k clean
 
2
/bin/rm -f */.deps/*.P */*.o
 
3
/bin/rm -f config.cache
 
4
aclocal; autoheader; aclocal; automake; autoconf
 
5
 
 
6
GLOBAL_WARNINGS="-Wimplicit -Wreturn-type -Wid-clash-51 -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wuninitialized -Wformat -Wimplicit-function-dec -Wimplicit-int -Wparentheses -Wsign-compare -Wwrite-strings"
 
7
C_WARNINGS="$GLOBAL_WARNINGS -Wunused"
 
8
CC_WARNINGS="$GLOBAL_WARNINGS -Woverloaded-virtual -Wextern-inline -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor"
 
9
 
 
10
CFLAGS="-DHAVE_PURIFY -O2 $C_WARNINGS" CXX=gcc \
 
11
CXXFLAGS="-DHAVE_PURIFY -O2 -felide-constructors -fno-exceptions -fno-rtti $CC_WARNINGS" \
 
12
./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared  --with-debug=full
 
13
gmake