From 5841b813bda7ef52d3da270aba9b3b903fed3c21 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 28 Jun 1994 19:34:10 +0000 Subject: [PATCH] Change default compiler switches to enable debugging information and to set COMPILE_STEPPER. Rearrange definitions to put complicated HP-UX graphics options last. --- v7/src/microcode/unxutl/cf-dist.h | 35 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/v7/src/microcode/unxutl/cf-dist.h b/v7/src/microcode/unxutl/cf-dist.h index 0037a4896..bd74e877c 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.21 1994/06/28 19:30:49 cph Exp $ +$Id: cf-dist.h,v 1.22 1994/06/28 19:34:10 cph Exp $ Copyright (c) 1989-94 Massachusetts Institute of Technology @@ -79,6 +79,22 @@ MIT in each case. */ #define PROC_TYPE PROC_TYPE_UNKNOWN #endif +/* The following two switches are mutually exclusive for most C compilers. + An exception is the GNU C compiler. */ + +/* If defined, this prevents the C compiler from running its optimizer. */ +#define SUPPRESS_C_OPTIMIZER + +/* If defined, this prevents the C compiler from + generating debugging information. */ +/* #define SUPPRESS_C_DEBUGGING */ + +/* Some compilation options: + -DDISABLE_HISTORY turns off history recording mechanism + -DCOMPILE_STEPPER turns on support for the stepper + */ +#define C_SWITCH_FEATURES -DCOMPILE_STEPPER + /* Define HAVE_X_WINDOWS if you want to use the X window system. */ #define HAVE_X_WINDOWS @@ -110,20 +126,3 @@ MIT in each case. */ #endif /* __hp9000s300 */ #endif /* __hp9000s700 */ #endif /* HAVE_STARBASE_GRAPHICS */ - -/* Some compilation options: - -DDISABLE_HISTORY turns off history recording mechanism - -DCOMPILE_STEPPER turns on support for the stepper - */ - -#define C_SWITCH_FEATURES - -/* The following two switches are mutually exclusive for most C compilers. - An exception is the GNU C compiler. */ - -/* If defined, this prevents the C compiler from running its optimizer. */ -/* #define SUPPRESS_C_OPTIMIZER */ - -/* If defined, this prevents the C compiler from - generating debugging information. */ -#define SUPPRESS_C_DEBUGGING -- 2.25.1