Commit d30410d3 authored by unknown's avatar unknown
Browse files

New amd64 no-ndb build script.


BUILD/compile-amd64-debug-max-no-ndb:
  New no-ndb amd64 build script.
parent 565e729e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
#! /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"