mariadb/BUILD/compile-amd64-debug-max-no-ndb
unknown d30410d31b New amd64 no-ndb build script.
BUILD/compile-amd64-debug-max-no-ndb:
  New no-ndb amd64 build script.
2005-12-30 08:06:00 -08:00

9 lines
287 B
Bash
Executable file

#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$amd64_cflags $debug_cflags $max_cflags"
c_warnings="$c_warnings $debug_extra_warnings"
cxx_warnings="$cxx_warnings $debug_extra_warnings"
extra_configs="$amd64_configs $debug_configs $max_no_ndb_configs"
. "$path/FINISH.sh"