From 43bbcd35aad67aa03b3910c736a75c4bb53ccfa2 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 25 Apr 2016 22:40:46 +0900 Subject: [PATCH] Update releasechk --- releasechk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releasechk b/releasechk index b7a50231..33f6b4d1 100755 --- a/releasechk +++ b/releasechk @@ -1,5 +1,6 @@ #!/bin/sh -e +autoreconf -i git submodule update --init ./configure --with-mruby --with-neverbleed --enable-asio-lib -make -j3 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-asio-lib --enable-werror" +make -j8 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-asio-lib --enable-werror"