diff options
Diffstat (limited to 'BUILD/compile-pentium-max')
-rwxr-xr-x | BUILD/compile-pentium-max | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/compile-pentium-max b/BUILD/compile-pentium-max index d41274d4f5e..a1a256f949f 100755 --- a/BUILD/compile-pentium-max +++ b/BUILD/compile-pentium-max @@ -3,9 +3,9 @@ path=`dirname $0` . "$path/SETUP.sh" -extra_flags="$pentium_cflags $fast_cflags" +extra_flags="$pentium_cflags $fast_cflags -g" extra_configs="$pentium_configs" -strip=yes +#strip=yes extra_configs="$extra_configs --with-innodb --with-berkeley-db \ --with-embedded-server --enable-thread-safe-client \ |