From: SeokYeon Hwang Date: Mon, 20 Oct 2014 06:44:09 +0000 (+0900) Subject: configure: remove --disable-coroutine-pool on Windows X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ade46117b08a696fe100deb9d005423348a044f1;p=sdk%2Femulator%2Fqemu.git configure: remove --disable-coroutine-pool on Windows Change-Id: I02c3e4c787a79164fc3ce3fd32679182f5d47b94 Signed-off-by: SeokYeon Hwang --- 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 \