From 72cfea7cdacd0a250b10ffcb2df4b2d0f89b4df8 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Mon, 7 Apr 2008 23:06:53 +0000 Subject: [PATCH] Remove -O and -fasm from plugins.cabal --- plugins.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.cabal b/plugins.cabal index 54594a0..f80cda7 100644 --- a/plugins.cabal +++ b/plugins.cabal @@ -34,7 +34,7 @@ library System.Plugins.Utils includes: Linker.h extensions: CPP, ForeignFunctionInterface - ghc-options: -Wall -O -fasm -funbox-strict-fields -fno-warn-missing-signatures + ghc-options: -Wall -funbox-strict-fields -fno-warn-missing-signatures hs-source-dirs: src build-depends: base >= 3.0, Cabal >= 1.2.3,