mirror of
https://github.com/MariaDB/server.git
synced 2025-08-27 13:04:36 +03:00
11 lines
193 B
Bash
Executable File
11 lines
193 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"
|
|
|
|
. "$path/FINISH.sh"
|