diff options
author | unknown <patg@govinda.site> | 2005-12-30 08:06:00 -0800 |
---|---|---|
committer | unknown <patg@govinda.site> | 2005-12-30 08:06:00 -0800 |
commit | d30410d31b63c842dddad13692464bb790801677 (patch) | |
tree | b3fafbe31937720bd9dd980593aa8e29ad6c6b57 | |
parent | 565e729e384f268a042c9a9e72f85518b10b0dce (diff) | |
download | mariadb-git-d30410d31b63c842dddad13692464bb790801677.tar.gz |
New amd64 no-ndb build script.
BUILD/compile-amd64-debug-max-no-ndb:
New no-ndb amd64 build script.
-rwxr-xr-x | BUILD/compile-amd64-debug-max-no-ndb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD/compile-amd64-debug-max-no-ndb b/BUILD/compile-amd64-debug-max-no-ndb new file mode 100755 index 00000000000..cf901a2d261 --- /dev/null +++ b/BUILD/compile-amd64-debug-max-no-ndb @@ -0,0 +1,9 @@ +#! /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" |