mariadb/BUILD/compile-pentium-gcov

11 lines
276 B
Text
Raw Normal View History

#! /bin/sh
2000-07-31 21:29:14 +02:00
path=`dirname $0`
. "$path/SETUP.sh"
2000-07-31 21:29:14 +02:00
2003-11-18 18:54:27 +02:00
extra_flags="$pentium_cflags -fprofile-arcs -ftest-coverage"
extra_configs="$pentium_configs $debug_configs --disable-shared $static_link"
extra_configs="$extra_configs --with-innodb --with-berkeley-db"
2000-12-07 08:38:46 -07:00
. "$path/FINISH.sh"