We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed18f2d commit e616a58Copy full SHA for e616a58
femu-scripts/femu-compile.sh
@@ -4,7 +4,7 @@ NRCPUS="$(cat /proc/cpuinfo | grep "vendor_id" | wc -l)"
4
5
make clean
6
# --disable-werror --extra-cflags=-w --disable-git-update
7
-../configure --enable-kvm --target-list=x86_64-softmmu
+../configure --enable-kvm --target-list=x86_64-softmmu --enable-slirp
8
make -j $NRCPUS
9
10
echo ""
0 commit comments