Skip to content
Snippets Groups Projects
Commit 4f149ed3 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

fibheaps: Ensure we link against array

Summary:
I'm not sure how this worked previously, but we clearly need to link
against array here.

Test Plan: Build it

Reviewers: michalt, O26 nofib

Reviewed By: michalt, O26 nofib

Differential Revision: https://phabricator.haskell.org/D3295
parent 02c8ea57
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ include $(TOP)/mk/boilerplate.mk
NORM_OPTS = 300000
SRC_HC_OPTS += -package array
SRC_RUNTEST_OPTS += +RTS -K64m -RTS
ifeq "$(HEAP)" "LARGE"
......
TOP = ../..
include $(TOP)/mk/boilerplate.mk
SRC_HC_OPTS += -package array
FAST_OPTS = 5000
NORM_OPTS = 5000
SLOW_OPTS = 60000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment