From 4009d69e8d853fe25ff89c2bed9ffdd8b560e2ef Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 17 Feb 2020 23:45:58 -0700 Subject: [PATCH] build: Update build options after merge --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 8339f2624f..66d6988c3b 100755 --- a/build.sh +++ b/build.sh @@ -113,7 +113,6 @@ set -x # Print commands from now on --disable-vhost-vsock \ --disable-vhost-user \ --disable-virtfs \ - --disable-libssh2 \ --disable-snappy \ --disable-bzip2 \ --disable-vde \ @@ -136,6 +135,6 @@ set -x # Print commands from now on --disable-blobs \ ${user_opts} -time make -j"${job_count}" subdir-i386-softmmu 2>&1 | tee build.log +time make -j"${job_count}" 2>&1 | tee build.log ${postbuild} # call post build functions