Commit 277ef8fa authored by Russ Cox's avatar Russ Cox

runtime: disable StackCopyAlways

I forgot to clear this before submitting.

TBR=khr
CC=golang-codereviews
https://golang.org/cl/132640044
parent f8f630f5
......@@ -26,7 +26,7 @@ enum
StackCache = 1,
StackCopyAlways = 1, // expect to be able to copy stacks 100% of the time
StackCopyAlways = 0, // expect to be able to copy stacks 100% of the time
};
// Global pool of spans that have free stacks.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment