build: Update build options after merge

This commit is contained in:
Matt Borgerson 2020-02-17 23:45:58 -07:00
parent 51908f4375
commit 4009d69e8d
1 changed files with 1 additions and 2 deletions

View File

@ -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