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

shootout/binary-trees: Move -funbox-strict-fields into OPTIONS_GHC

parent bb59d9be
No related branches found
No related tags found
1 merge request!30Normalise benchmarks
{-# LANGUAGE BangPatterns #-} {-# LANGUAGE BangPatterns #-}
{-# OPTIONS_GHC -funbox-strict-fields #-}
-- --
-- The Computer Language Benchmarks Game -- The Computer Language Benchmarks Game
-- http://benchmarksgame.alioth.debian.org/ -- http://benchmarksgame.alioth.debian.org/
......
...@@ -11,5 +11,4 @@ SLOW_OPTS = 60 14 ...@@ -11,5 +11,4 @@ SLOW_OPTS = 60 14
# The benchmark game also uses -fllvm, which we can't since it might # The benchmark game also uses -fllvm, which we can't since it might
# not be available on the developer's machine. # not be available on the developer's machine.
HC_OPTS += -funbox-strict-fields
SRC_RUNTEST_OPTS += +RTS -K128M -H200m -RTS SRC_RUNTEST_OPTS += +RTS -K128M -H200m -RTS
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