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 a73620b commit f27b74aCopy full SHA for f27b74a
femu-scripts/femu-compile.sh
@@ -3,8 +3,8 @@
3
NRCPUS="$(cat /proc/cpuinfo | grep "vendor_id" | wc -l)"
4
5
make clean
6
-# --disable-werror --extra-cflags=-w
7
-../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
8
make -j $NRCPUS
9
10
echo ""
0 commit comments