diff options
author | Vincent Ambo <v.ambo@me.com> | 2012-04-24T02·38+0200 |
---|---|---|
committer | Vincent Ambo <v.ambo@me.com> | 2012-04-24T02·38+0200 |
commit | e28c43f0186834da90c96f1218b72176c602bfa0 (patch) | |
tree | 2b07af5a6cdfe537e3e04e9d3a733ce7d180552f /TazBlog.cabal | |
parent | 04eb6244978770138b0b624de32a8304087d911e (diff) |
* set default optimization level to O2
Diffstat (limited to 'TazBlog.cabal')
-rw-r--r-- | TazBlog.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TazBlog.cabal b/TazBlog.cabal index 047517c1fbdd..7397701ac827 100644 --- a/TazBlog.cabal +++ b/TazBlog.cabal @@ -12,6 +12,7 @@ cabal-version: >= 1.2 Executable tazblog hs-source-dirs: src main-is: Main.hs + ghc-options: -O2 Build-depends: base, @@ -33,4 +34,4 @@ Executable tazblog options, rss, recaptcha, - xhtml \ No newline at end of file + xhtml |