diff options
-rwxr-xr-x | Build-tools/Do-all-build-steps | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps index ccd437a3b7e..2e961af0620 100755 --- a/Build-tools/Do-all-build-steps +++ b/Build-tools/Do-all-build-steps @@ -64,7 +64,10 @@ aclocal; autoheader; aclocal; automake; autoconf --with-mit-threads=yes $EXTRA_CONFIG \ --enable-thread-safe-client \ --with-berkeley-db \ - --with-innodb + --with-innodb \ + --with-pstack \ + --with-extra-tools \ + --with-embedded-server gmake -j 2 |