Skip to content

Commit

Permalink
Update FEMU compilation script
Browse files Browse the repository at this point in the history
  • Loading branch information
huaicheng committed Apr 22, 2022
1 parent a73620b commit f27b74a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions femu-scripts/femu-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
NRCPUS="$(cat /proc/cpuinfo | grep "vendor_id" | wc -l)"

make clean
# --disable-werror --extra-cflags=-w
../configure --enable-kvm --target-list=x86_64-softmmu --disable-werror #--disable-git-update
# --disable-werror --extra-cflags=-w --disable-git-update
../configure --enable-kvm --target-list=x86_64-softmmu
make -j $NRCPUS

echo ""
Expand Down

0 comments on commit f27b74a

Please sign in to comment.