Skip to content
Snippets Groups Projects
Commit aed5cc3f authored by Simon Marlow's avatar Simon Marlow
Browse files

increase the runtime a bit

parent 24ec9a8a
No related branches found
No related tags found
No related merge requests found
TOP = ../..
include $(TOP)/mk/boilerplate.mk
SRC_RUNTEST_OPTS += 3 863
# This version just counts the results, and runs in constant space:
# SRC_RUNTEST_OPTS += 7 1163
# This version builds a list of the results, and needs a lot of memory:
SRC_RUNTEST_OPTS += 3 873
SRC_HC_OPTS += -package parallel
include $(TOP)/mk/target.mk
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