mariadb/BUILD/compile-pentium-debug-max
pappa@c-5c0be253.1238-1-64736c10.cust.bredbandsbolaget.se da5713e486 WL #2826: Sixth step, made it work with test cases
2006-02-03 12:05:29 -05:00

11 lines
321 B
Bash
Executable file

#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh" $@ --with-debug=full
extra_flags="$pentium_cflags $debug_cflags $max_cflags"
c_warnings="$c_warnings $debug_extra_warnings"
cxx_warnings="$cxx_warnings $debug_extra_warnings"
extra_configs="$pentium_configs $debug_configs $max_configs $error_inject"
. "$path/FINISH.sh"