summaryrefslogtreecommitdiff
path: root/src/runtime/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-11-23 17:08:55 -0800
committerRuss Cox <rsc@golang.org>2008-11-23 17:08:55 -0800
commit3aa063d79c5ae4057e312d534abf65ac37801258 (patch)
tree7844c561a0e97cefebaae40c6fc9e60acd59628f /src/runtime/Makefile
parentffafad1919cea67eadd743b56f4768fd120e9883 (diff)
downloadgo-git-3aa063d79c5ae4057e312d534abf65ac37801258.tar.gz
delete stack mark strings
in favor of using in-memory copy of symbol table. $ ls -l pretty pretty.big -rwxr-xr-x 1 rsc eng 439516 Nov 21 16:43 pretty -rwxr-xr-x 1 rsc eng 580984 Nov 21 16:20 pretty.big $ R=r DELTA=446 (238 added, 178 deleted, 30 changed) OCL=19851 CL=19884
Diffstat (limited to 'src/runtime/Makefile')
-rw-r--r--src/runtime/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/Makefile b/src/runtime/Makefile
index df33b58015..cd1cf28212 100644
--- a/src/runtime/Makefile
+++ b/src/runtime/Makefile
@@ -26,6 +26,7 @@ LIBOFILES=\
rune.$O\
proc.$O\
string.$O\
+ symtab.$O\
sys_file.$O\
OFILES=$(RT0OFILES) $(LIBOFILES)
@@ -61,3 +62,4 @@ sys_file.$O: sys_file.c sys_types.h $(OS_H)
runtime.acid: runtime.h proc.c
$(CC) -a proc.c >runtime.acid
+