mariadb/BUILD/compile-pentium-gprof
sasha@mysql.sashanet.com 635ef42af9 added compile-pentium-gprof
ignore generated files from bdb
2001-04-09 13:08:35 -06:00

9 lines
177 B
Bash
Executable file

#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$pentium_cflags -O2 -pg -g"
extra_configs="$pentium_configs $debug_configs --disable-shared"
. "$path/FINISH.sh"