Newsgroups: comp.sys.next
Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!psuvax1!news
From: melling@cs.psu.edu (Michael D Mellinger)
Subject: Re: How to change CFLAGS in IB Makefile
In-Reply-To: zazula@uazhe0.physics.arizona.edu's message of 9 APR 91 21:13:32  
Message-ID: <t+cG?g+l1@cs.psu.edu>
Sender: news@cs.psu.edu (Usenet)
Nntp-Posting-Host: sunws5.sys.cs.psu.edu
Organization: Penn State Computer Science
References: <1991Apr9.211554.509@arizona.edu>
Distribution: world,local
Date: Wed, 10 Apr 91 16:18:45 GMT
Lines: 18


In article <1991Apr9.211554.509@arizona.edu> zazula@uazhe0.physics.arizona.edu (RALPH ZAZULA) writes:

   I'd like to change the CFLAGS in the IB generated Makefile from
   -O -g -Wall to just -Wall.  I've tried putting CFLAGS = -Wall
   in a Makefile.preamble but that didn't do anything (the result
   was -Wall -O -g -Wall).  I don't want the debugging/optimizing
   in while I'm working on code.  I can add those later when I'm not
   doing lots of compiles...  I really don't want to change the file
   /usr/lib/nib/app.make but I will if I have to.  Is there some other
   solution to this?

'make debug' works.  However, if you get the "real" answer could you
post?  I want to know too.  Actually, I think NeXT hardwired CFLAGS in
2.0.  Could that be considered a bug?

-Mike

