From cd70ea0cdf9c982d2729dead65744eee3f8ecea0 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 27 Jul 1989 06:07:41 +0000 Subject: [PATCH] Don't doubly define -g. --- v7/src/microcode/unxutl/ymkfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/v7/src/microcode/unxutl/ymkfile b/v7/src/microcode/unxutl/ymkfile index 84e743bd5..4eca40de4 100644 --- a/v7/src/microcode/unxutl/ymkfile +++ b/v7/src/microcode/unxutl/ymkfile @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/ymkfile,v 1.4 1989/07/26 23:15:23 cph Rel $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/ymkfile,v 1.5 1989/07/27 06:07:41 cph Exp $ Copyright (c) 1989 Massachusetts Institute of Technology @@ -79,12 +79,8 @@ MIT in each case. */ /* If user wants to optimize, this is how. */ #ifndef C_OPTIMIZE_SWITCH -#ifdef __GNUC__ -#define C_OPTIMIZE_SWITCH -O -g -#else #define C_OPTIMIZE_SWITCH -O #endif -#endif #ifndef LD_SWITCH_SYSTEM #define LD_SWITCH_SYSTEM -- 2.25.1