Skip to content

Commit e616a58

Browse files
committed
Update FEMU compilation script
1 parent ed18f2d commit e616a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

femu-scripts/femu-compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NRCPUS="$(cat /proc/cpuinfo | grep "vendor_id" | wc -l)"
44

55
make clean
66
# --disable-werror --extra-cflags=-w --disable-git-update
7-
../configure --enable-kvm --target-list=x86_64-softmmu
7+
../configure --enable-kvm --target-list=x86_64-softmmu --enable-slirp
88
make -j $NRCPUS
99

1010
echo ""

0 commit comments

Comments
 (0)