Update configure command for Mac OS X

espes 2015-07-12 02:01:28 +10:00
parent 153b116170
commit d6befdd470
1 changed files with 1 additions and 1 deletions

@ -3,7 +3,7 @@
## Compile XQEMU
### For Mac OS X
./configure --cc=clang --enable-opengl --disable-vnc --disable-user --disable-kvm --disable-xen --with-coroutine=sigaltstack --target-list=xbox-softmmu --enable-debug
./configure --cc=clang --enable-opengl --disable-vnc --disable-user --with-coroutine=sigaltstack --target-list=xbox-softmmu --extra-cflags="-march=native" --enable-debug
make
### For Windows
It's complicated! See FK's [excellent writeup](https://docs.google.com/document/d/1vW1XAdqC4r8RP6Vfb3F3cOulVuRIDBElGZx94JlIe4c/pub).