home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.sgi
- Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!sgi!quasar.wpd.sgi.com!davea
- From: davea@quasar.wpd.sgi.com (David B.Anderson)
- Subject: Re: How to turn off Optimization?
- Message-ID: <p2gcb18@sgi.sgi.com>
- Sender: davea@quasar.wpd.sgi.com
- Organization: Silicon Graphics, Inc. Mountain View, CA
- Date: Wed, 26 Aug 1992 17:17:09 GMT
- Lines: 22
-
- In article <29603@goofy.Apple.COM> avi@golem.apple.com (Avi Weiss) writes:
- >Hi there ;
- >
- >I have a simple makefile which has
- [ ]
- >however, when I type "make a.out", make somehow puts in a "-j" when compiling:
-
- You don't mention what release you are using.
-
- Using your example on 4.0.1 and 4.0.5 releases I find -c added, not -j.
- (-j means output Ucode, -c means output an assembled object code file).
-
- I don't know
- if this means I managed to cut/paste/run your example Makefile
- incorrectly or
- if your real Makefile is different than the example
- you posted or
- if I ran a different make(1).
-
- Irreproducible Results :-)
- [ David B. Anderson (415)390-1548 davea@sgi.com ]
-
-