From: SeokYeon Hwang Date: Mon, 20 Oct 2014 06:44:09 +0000 (+0900) Subject: configure: remove --disable-coroutine-pool on Windows X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~629^2~39^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f6a04de23e0657ac4fffc1c2a5a32de9c6f4600;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 e8730a3f7d..8c6913d167 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -218,7 +218,6 @@ exec ./configure \ --extra-cflags=-Wno-error=redundant-decls \ --extra-ldflags=-Wl,--large-address-aware \ --cc=gcc \ - --disable-coroutine-pool \ --audio-drv-list=winwave \ --enable-hax \ --disable-vnc \