about summary refs log tree commit diff
diff options
context:
space:
mode:
-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