diff options
author | sasha@mysql.sashanet.com <> | 2002-03-09 13:50:07 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2002-03-09 13:50:07 -0700 |
commit | c9a4a5d88ec53b1887e46637ab9f3559bb8b7b5a (patch) | |
tree | 2734469f3e9206ce704b8a68c87817a18a37f664 /BUILD | |
parent | 66cb43d216431a38d068b9418e9b612a7d86a442 (diff) | |
download | mariadb-git-c9a4a5d88ec53b1887e46637ab9f3559bb8b7b5a.tar.gz |
fixed replication bug
not yet tested - will not be pushed for a few hours - need to commit in
order to pull
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-pentium-debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug b/BUILD/compile-pentium-debug index 7d25ac4a406..d8a6b60809b 100755 --- a/BUILD/compile-pentium-debug +++ b/BUILD/compile-pentium-debug @@ -6,7 +6,7 @@ path=`dirname $0` extra_flags="$pentium_cflags $debug_cflags" c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" -extra_configs="$pentium_configs $debug_configs" +extra_configs="$pentium_configs $debug_configs $static_link" extra_configs="$extra_configs " |