mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
c562aece2e
Post-merge fix: remove --with-debug=full, it was only used for safemalloc.
9 lines
221 B
Bash
Executable file
9 lines
221 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags $debug_cflags"
|
|
extra_configs="$pentium_configs $debug_configs $max_configs $error_inject --with-experimental-collations"
|
|
|
|
. "$path/FINISH.sh"
|