summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-05-25 02:28:44 +0300
committermonty@mysql.com <>2004-05-25 02:28:44 +0300
commit0babddff40fe58ba01e2568bf1aa401e9c94fc4e (patch)
tree8f4959df163bedbdeab86cd9d49c14f128305c89 /BUILD
parent912bf99387214d770503e3adc9f13813773bc83d (diff)
downloadmariadb-git-0babddff40fe58ba01e2568bf1aa401e9c94fc4e.tar.gz
New MYSQL_SERVER_SUFFIX usage (for easier compilation)
Update of VC++ project files.
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-pentium-valgrind-max2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-valgrind-max b/BUILD/compile-pentium-valgrind-max
index 0201001c959..c5359585046 100755
--- a/BUILD/compile-pentium-valgrind-max
+++ b/BUILD/compile-pentium-valgrind-max
@@ -15,7 +15,7 @@ argument.
path=`dirname $0`
. "$path/SETUP.sh"
-extra_flags="$pentium_cflags $debug_cflags -USAFEMALLOC -DHAVE_purify"
+extra_flags="$pentium_cflags $debug_cflags -USAFEMALLOC -UFORCE_INIT_OF_VARS -DHAVE_purify -DMYSQL_SERVER_SUFFIX=-valgrind-max"
c_warnings="$c_warnings $debug_extra_warnings"
cxx_warnings="$cxx_warnings $debug_extra_warnings"
extra_configs="$pentium_configs $debug_configs"