~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

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

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
path=`dirname $0`
 
3
. "$path/SETUP.sh"
 
4
amd64_cflags="-m64 -mtune=athlon64"
 
5
extra_flags="$amd64_cflags $debug_cflags $max_cflags"
 
6
c_warnings="$c_warnings $debug_extra_warnings"
 
7
cxx_warnings="$cxx_warnings $debug_extra_warnings"
 
8
extra_configs="$amd64_configs $debug_configs $max_configs --enable-thread-safe-client"
 
9
 
 
10
. "$path/FINISH.sh"