From: Chris Hanson Date: Thu, 27 Jul 1989 06:07:41 +0000 (+0000) Subject: Don't doubly define -g. X-Git-Tag: 20090517-FFI~11918 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=cd70ea0cdf9c982d2729dead65744eee3f8ecea0;p=mit-scheme.git Don't doubly define -g. --- 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