Don't doubly define -g.
authorChris Hanson <org/chris-hanson/cph>
Thu, 27 Jul 1989 06:07:41 +0000 (06:07 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 27 Jul 1989 06:07:41 +0000 (06:07 +0000)
v7/src/microcode/unxutl/ymkfile

index 84e743bd57066bd2e7569d51943bb28014ef8b0e..4eca40de4b612f6d5879762fee8e2620757c9faf 100644 (file)
@@ -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