Skip to content

Commit 07b65cb

Browse files
committed
Turn on optimisation.
1 parent d6f2036 commit 07b65cb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ executables:
3939
ghc-options:
4040
- -threaded
4141
- -rtsopts
42+
- -O2
4243
- -with-rtsopts=-N
4344
dependencies:
4445
- icfpc2018

src/Algorithms.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,5 @@ dumbHighSolver modelPath tracePath = do
103103
move bid (0,0,0)
104104
issue bid Flip
105105
issue bid Halt
106-
print trace
107106
writeTrace tracePath trace
108107

0 commit comments

Comments
 (0)