From: SeokYeon Hwang Date: Tue, 27 May 2014 01:56:41 +0000 (+0900) Subject: build: apply "--disable-coroutine-pool" by default in Windows X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~361 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a792eda434970bd94029cef96d60e0bb53b70a31;p=sdk%2Femulator%2Fqemu.git build: apply "--disable-coroutine-pool" by default in Windows Change-Id: Ib5e966aae32604e749e1e41d30d903d2d30d96b0 Signed-off-by: SeokYeon Hwang --- diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index 21af86a508..1cfd6b4b7b 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -217,6 +217,7 @@ exec ./configure \ --extra-cflags=-Werror=implicit-int \ --extra-ldflags=-Wl,--large-address-aware \ --cc=gcc \ + --disable-coroutine-pool \ --audio-drv-list=winwave \ --enable-hax \ --disable-vnc \