mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
76382d2746
Post-merge fix: remove --with-debug=full, it was only used for safemalloc. BUILD/compile-pentium-mysqlfs-debug: Remove build script for a feature that is long gone.
9 lines
194 B
Bash
Executable file
9 lines
194 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_configs="$max_configs --with-ndb-test --with-ndb-ccflags='-DERROR_INSERT'"
|
|
extra_flags="$fast_cflags $max_cflags -g"
|
|
|
|
. "$path/FINISH.sh"
|