diff options
author | pappa@c-5c0be253.1238-1-64736c10.cust.bredbandsbolaget.se <> | 2006-02-03 12:05:29 -0500 |
---|---|---|
committer | pappa@c-5c0be253.1238-1-64736c10.cust.bredbandsbolaget.se <> | 2006-02-03 12:05:29 -0500 |
commit | da5713e4865b0fa8f7913eb2e884e488d9caae92 (patch) | |
tree | 8337d447b8cd8b32fc537b3fdc7c8f36196e34fc /BUILD/compile-pentium-debug-max | |
parent | 3397e693b8f6086337143641c56755d9913213c7 (diff) | |
download | mariadb-git-da5713e4865b0fa8f7913eb2e884e488d9caae92.tar.gz |
WL #2826: Sixth step, made it work with test cases
Diffstat (limited to 'BUILD/compile-pentium-debug-max')
-rwxr-xr-x | BUILD/compile-pentium-debug-max | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max index d065ed2bf71..9aa71239bd8 100755 --- a/BUILD/compile-pentium-debug-max +++ b/BUILD/compile-pentium-debug-max @@ -3,9 +3,9 @@ path=`dirname $0` . "$path/SETUP.sh" $@ --with-debug=full -extra_flags="$pentium_cflags $debug_cflags $max_cflags $error_inject_flag" +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" +extra_configs="$pentium_configs $debug_configs $max_configs $error_inject" . "$path/FINISH.sh" |