From c19b373c8ab8eca47a9fd02b97d8492cc099ef10 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 23 Mar 2011 11:43:37 -0400 Subject: runtime: cpu profiling support R=r CC=golang-dev https://golang.org/cl/4306043 --- src/pkg/runtime/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/runtime/Makefile') diff --git a/src/pkg/runtime/Makefile b/src/pkg/runtime/Makefile index 0cdb57ee71..4da78c5f09 100644 --- a/src/pkg/runtime/Makefile +++ b/src/pkg/runtime/Makefile @@ -53,6 +53,7 @@ OFILES=\ cgocall.$O\ chan.$O\ closure.$O\ + cpuprof.$O\ float.$O\ complex.$O\ hashmap.$O\ -- cgit v1.3