No longer need sigaltstack

espes 2015-07-12 02:01:54 +10:00
parent d6befdd470
commit f70acb9e16
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 --with-coroutine=sigaltstack --target-list=xbox-softmmu --extra-cflags="-march=native" --enable-debug
./configure --cc=clang --enable-opengl --disable-vnc --disable-use --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).