mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
6b69068d6d
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work-27701 BUILD/compile-pentium-debug: Auto merged BUILD/compile-pentium-debug-max-no-ndb: Auto merged BUILD/compile-pentium64-debug-max: Auto merged BUILD/compile-pentium64-debug: Auto merged BUILD/compile-pentium-debug-max: merge fix
10 lines
213 B
Bash
Executable file
10 lines
213 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
set -- "$@" --with-debug=full
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags $debug_cflags"
|
|
extra_configs="$pentium_configs $debug_configs $max_no_ndb_configs"
|
|
|
|
. "$path/FINISH.sh"
|