diff options
author | SeokYeon Hwang <syeon.hwang@samsung.com> | 2014-10-20 15:44:09 +0900 |
---|---|---|
committer | GiWoong Kim <giwoong.kim@samsung.com> | 2014-11-03 19:18:35 +0900 |
commit | ade46117b08a696fe100deb9d005423348a044f1 (patch) | |
tree | d764a75f2b7bb5e0f4857790ec27e9a85a6cf720 | |
parent | ee9c06e9916439ac736f6618a67fe5cce698f883 (diff) | |
download | qemu-ade46117b08a696fe100deb9d005423348a044f1.tar.gz qemu-ade46117b08a696fe100deb9d005423348a044f1.tar.bz2 qemu-ade46117b08a696fe100deb9d005423348a044f1.zip |
configure: remove --disable-coroutine-pool on Windows
Change-Id: I02c3e4c787a79164fc3ce3fd32679182f5d47b94
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
-rwxr-xr-x | tizen/emulator_configure.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index 8ad1a81dc1..55359d202a 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -221,7 +221,6 @@ exec ./configure \ --extra-ldflags=-Wl,--large-address-aware \ --extra-ldflags=-Wl,--export-all-symbols \ --cc=gcc \ - --disable-coroutine-pool \ --audio-drv-list=winwave \ --enable-hax \ --disable-vnc \ |