diff options
author | monty@mysql.com <> | 2004-05-25 02:28:44 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-25 02:28:44 +0300 |
commit | 0babddff40fe58ba01e2568bf1aa401e9c94fc4e (patch) | |
tree | 8f4959df163bedbdeab86cd9d49c14f128305c89 /BUILD | |
parent | 912bf99387214d770503e3adc9f13813773bc83d (diff) | |
download | mariadb-git-0babddff40fe58ba01e2568bf1aa401e9c94fc4e.tar.gz |
New MYSQL_SERVER_SUFFIX usage (for easier compilation)
Update of VC++ project files.
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-pentium-valgrind-max | 2 |
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" |