From f936a3f35a7c32e74df30abd58e713d578060565 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 1 Aug 1990 14:33:08 +0000 Subject: [PATCH] time optimization is default now --- util/ego/share/go.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ego/share/go.c b/util/ego/share/go.c index 0c234d76d..e199e6435 100644 --- a/util/ego/share/go.c +++ b/util/ego/share/go.c @@ -61,7 +61,7 @@ go(argc,argv,initialize,optimize,phase_machinit,proc_flag) short kind; int i; char *p; - bool time_opt = FALSE; + bool time_opt = TRUE; linecount = 0; for (i = ARGSTART; i < argc; i++) { -- 2.34.1