Skip to content

Commit f27b74a

Browse files
committed
Update FEMU compilation script
1 parent a73620b commit f27b74a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

femu-scripts/femu-compile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
NRCPUS="$(cat /proc/cpuinfo | grep "vendor_id" | wc -l)"
44

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

1010
echo ""

0 commit comments

Comments
 (0)