From: Chris Hanson Date: Wed, 28 Aug 1991 05:47:04 +0000 (+0000) Subject: `-lg' not needed if `-g' is given during link. X-Git-Tag: 20090517-FFI~10281 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9dcc71b564b5561e7cd119400eb80948fd5a5b52;p=mit-scheme.git `-lg' not needed if `-g' is given during link. --- diff --git a/v7/src/microcode/s/nextos.h b/v7/src/microcode/s/nextos.h index 29dc08fcb..332931d4d 100644 --- a/v7/src/microcode/s/nextos.h +++ b/v7/src/microcode/s/nextos.h @@ -1,9 +1,9 @@ /* -*-C-*- System file for NeXT running Mach -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/nextos.h,v 1.3 1991/01/16 00:34:58 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/nextos.h,v 1.4 1991/08/28 05:47:04 cph Exp $ -Copyright (c) 1990, 1991 Massachusetts Institute of Technology +Copyright (c) 1990-91 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -34,5 +34,6 @@ promotional, or sales literature without prior written consent from MIT in each case. */ #define C_SWITCH_SYSTEM -bsd -fwritable-strings -D_NEXTOS - #define LIBS_TERMCAP -ltermcap +/* -lg not needed if -g is given. */ +#define LIB_DEBUG