From a792eda434970bd94029cef96d60e0bb53b70a31 Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Tue, 27 May 2014 10:56:41 +0900 Subject: [PATCH] build: apply "--disable-coroutine-pool" by default in Windows Change-Id: Ib5e966aae32604e749e1e41d30d903d2d30d96b0 Signed-off-by: SeokYeon Hwang --- tizen/emulator_configure.sh | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.34.1