mariadb/BUILD/compile-pentium-gcov

10 lines
214 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
extra_flags="$pentium_cflags -O2 -fprofile-arcs -ftest-coverage"
extra_configs="$pentium_configs $debug_configs --disable-shared $static_link"
2000-12-07 08:38:46 -07:00
. "$path/FINISH.sh"