From 3baed057281b9953bd642dfb9faaad443bdf1a3f Mon Sep 17 00:00:00 2001 From: Quantum Date: Sat, 31 Jul 2021 22:32:10 -0400 Subject: [PATCH] [client] config: enable JIT rendering by default --- client/src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/config.c b/client/src/config.c index acb78ac4..31e8aa9c 100644 --- a/client/src/config.c +++ b/client/src/config.c @@ -282,7 +282,7 @@ static struct Option options[] = .name = "jitRender", .description = "Enable just-in-time rendering", .type = OPTION_TYPE_BOOL, - .value.x_bool = false, + .value.x_bool = true, }, // input options