Compile threaded with O2

This commit is contained in:
Evan Czaplicki 2013-08-02 22:21:06 -07:00
parent 37417e154c
commit 0e89c32b8e

View file

@ -98,6 +98,7 @@ Library
Executable elm
Main-is: Compiler.hs
ghc-options: -threaded -O2
Hs-Source-Dirs: compiler
other-modules: Unique,
SourceSyntax.Declaration,