~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

merge in my changes

Show diffs side-by-side

added added

removed removed

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