about summary refs log tree commit diff
path: root/TazBlog.cabal
diff options
context:
space:
mode:
authorVincent Ambo <v.ambo@me.com>2012-04-24T02·38+0200
committerVincent Ambo <v.ambo@me.com>2012-04-24T02·38+0200
commite28c43f0186834da90c96f1218b72176c602bfa0 (patch)
tree2b07af5a6cdfe537e3e04e9d3a733ce7d180552f /TazBlog.cabal
parent04eb6244978770138b0b624de32a8304087d911e (diff)
* set default optimization level to O2
Diffstat (limited to 'TazBlog.cabal')
-rw-r--r--TazBlog.cabal3
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