[93] in 6.033-lab
building without optimizations
daemon@ATHENA.MIT.EDU (Miro Jurisic)
Mon Apr 13 23:30:32 1998
Date: Mon, 13 Apr 1998 23:28:45 -0400
To: 6.033-lab@MIT.EDU
From: Miro Jurisic <meeroh@MIT.EDU>
You may want to build your code without optimmizations, if you want to have
an easier time debugging it. The easiest way to do it is to replace the
original build instructions in HOW_TO_BUILD with:
cv upt; env CFLAGS=-g ./configure; gmake
cd ..; env CFLAGS=-g ./configure; gmake
assuming that you use csh or tcsh. Other shells have a different way of
setting environment variables.
Hth,
meeroh
"The last good thing written in C was Franz Schubert's Symphony number 9."
Erwin Dieterich