~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to BUILD/compile-amd64-noopt

  • Committer: brian
  • Date: 2008-06-29 09:22:26 UTC
  • Revision ID: brian@localhost.localdomain-20080629092226-613tcdd3bml6d2u9
Incomming patch to clean up build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
 
3
 
path=`dirname $0`
4
 
. "$path/SETUP.sh"
5
 
extra_flags="$amd64_cflags -g"
6
 
extra_configs="$amd64_configs $max_no_ndb_configs"
7
 
 
8
 
. "$path/FINISH.sh"