From 6979a176741798737f40883cfcdba1592a7ae9d0 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Mon, 26 Aug 2019 17:23:21 -0400 Subject: [PATCH] Enabling building for bpf stack bug test program (#5654) --- programs/bpf/build.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/programs/bpf/build.rs b/programs/bpf/build.rs index 65ff7b6163..0002a9411d 100644 --- a/programs/bpf/build.rs +++ b/programs/bpf/build.rs @@ -76,8 +76,7 @@ fn main() { "external_spend", "noop", "panic", - // ISSUE: https://github.com/solana-labs/solana/issues/5602 - // "stack_bug", + "stack_bug", "tick_height", ]; for program in rust_programs.iter() {