~vadim-tk/percona-server/flushing-algo

« back to all changes in this revision

Viewing changes to BUILD/compile-solaris-amd64-debug

  • Committer: root
  • Date: 2011-10-29 01:34:40 UTC
  • Revision ID: root@hppro1.office.percona.com-20111029013440-qhnf4jk8kdjcf4e0
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
# Copyright (C) 2007 MySQL AB
 
4
 
5
# This program is free software; you can redistribute it and/or modify
 
6
# it under the terms of the GNU General Public License as published by
 
7
# the Free Software Foundation; version 2 of the License.
 
8
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
# GNU General Public License for more details.
 
13
 
14
# You should have received a copy of the GNU General Public License
 
15
# along with this program; if not, write to the Free Software
 
16
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
17
 
 
18
path=`dirname $0`
 
19
. "$path/SETUP.sh"
 
20
amd64_cflags="-m64 -mtune=athlon64"
 
21
extra_flags="$amd64_cflags $debug_cflags $max_cflags"
 
22
c_warnings="$c_warnings $debug_extra_warnings"
 
23
cxx_warnings="$cxx_warnings $debug_extra_warnings"
 
24
extra_configs="$amd64_configs $debug_configs $max_configs --enable-thread-safe-client"
 
25
 
 
26
. "$path/FINISH.sh"