From 5425a3535ee2cc1dcaa69adbb379795534b1466e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 16 Oct 2000 18:31:13 +0000 Subject: [PATCH] Generate optimized code by default. --- v7/src/microcode/unxutl/cf-dist.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/unxutl/cf-dist.h b/v7/src/microcode/unxutl/cf-dist.h index b8d914422..f41875afc 100644 --- a/v7/src/microcode/unxutl/cf-dist.h +++ b/v7/src/microcode/unxutl/cf-dist.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: cf-dist.h,v 1.23 1999/01/02 06:11:34 cph Exp $ +$Id: cf-dist.h,v 1.24 2000/10/16 18:31:13 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology @@ -70,11 +70,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. An exception is the GNU C compiler. */ /* If defined, this prevents the C compiler from running its optimizer. */ -#define SUPPRESS_C_OPTIMIZER +/* #define SUPPRESS_C_OPTIMIZER */ /* If defined, this prevents the C compiler from generating debugging information. */ -/* #define SUPPRESS_C_DEBUGGING */ +#define SUPPRESS_C_DEBUGGING /* Some compilation options: -DDISABLE_HISTORY turns off history recording mechanism -- 2.25.1