Remove -Wall for now. Best to turn on for development, not so nice for end users.

This commit is contained in:
evancz 2012-06-02 16:02:32 -05:00
parent c284e4fcd4
commit 524b30bf58

View file

@ -68,7 +68,7 @@ Library
Executable elm
Main-is: Compiler.hs
ghc-options: -O2 -Wall
ghc-options: -O2
Hs-Source-Dirs: src, src/Parse, src/Types
other-modules: Ast,
CompileToJS,