edje: turn on trouble and speed by default.

SVN revision: 71546
This commit is contained in:
Cedric BAIL 2012-05-30 08:56:57 +00:00
parent 6473f0316c
commit b5e054507a
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ main(int argc, char **argv)
buf = eina_strbuf_new();
if (!buf) return -1;
eina_strbuf_append_printf(buf, "%s/edje_cc -fastcomp -w %s ", PACKAGE_BIN_DIR, watchfile);
eina_strbuf_append_printf(buf, "%s/edje_cc -threads -fastcomp -w %s ", PACKAGE_BIN_DIR, watchfile);
for (i = 1; i < argc; ++i)
eina_strbuf_append_printf(buf, "%s ", argv[i]);