Skip to content

Commit

Permalink
Removed rbtree from build
Browse files Browse the repository at this point in the history
  • Loading branch information
catalin-hritcu committed Mar 15, 2015
1 parent c62084e commit 720d5ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/data_structures/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
VERFILES=array-realized.fst vectors.fst
#rbtree.fst -- currently disabled
include ../Makefile.include
all: .all.ver bst rbtree
all: .all.ver bst
# rbtree -- this fails often on some machines even with timeout 30

bst: binary_search_tree.fulllib.ver

Expand Down

0 comments on commit 720d5ec

Please sign in to comment.