mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
9 lines
184 B
Bash
Executable file
9 lines
184 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$amd64_cflags $gprof_compile_flags"
|
|
extra_configs="$amd64_configs $debug_configs $gprof_link_flags"
|
|
|
|
. "$path/FINISH.sh"
|