mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +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.
11 lines
220 B
Bash
Executable file
11 lines
220 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags $debug_cflags"
|
|
extra_configs="$pentium_configs $debug_configs"
|
|
|
|
extra_configs="$extra_configs --with-debug --with-ssl"
|
|
|
|
. "$path/FINISH.sh"
|