diff options
author | patg@govinda.site <> | 2005-12-30 08:06:00 -0800 |
---|---|---|
committer | patg@govinda.site <> | 2005-12-30 08:06:00 -0800 |
commit | 1abafd633850467d22667ae237640d3f7570b630 (patch) | |
tree | b3fafbe31937720bd9dd980593aa8e29ad6c6b57 /BUILD/compile-amd64-debug-max-no-ndb | |
parent | 78845aba3705cdee56e66f54d112b5af24f5dafd (diff) | |
download | mariadb-git-1abafd633850467d22667ae237640d3f7570b630.tar.gz |
New amd64 no-ndb build script.
Diffstat (limited to 'BUILD/compile-amd64-debug-max-no-ndb')
-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" |