mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
3c3e3648db
gprof build for amd64. storage/maria/ma_loghandler.c: fater way to detect last page address for the last log file. BUILD/compile-amd64-gprof-no-ndb: New BitKeeper file ``BUILD/compile-amd64-gprof-no-ndb''
7 lines
185 B
Bash
Executable file
7 lines
185 B
Bash
Executable file
#! /bin/sh
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
extra_flags="$amd64_cflags -pg -g"
|
|
extra_configs="$amd64_configs $max_no_ndb_configs --disable-shared $static_link"
|
|
|
|
. "$path/FINISH.sh"
|