-optl-Wl,-s is not needed with recent Cabal versions

This commit is contained in:
Spencer Janssen
2008-08-20 20:41:02 +00:00
parent 5f4d63ba71
commit 339b2d0097

View File

@@ -46,7 +46,7 @@ library
build-depends: base < 3
build-depends: X11>=1.4.1, mtl, unix
ghc-options: -funbox-strict-fields -Wall -optl-Wl,-s
ghc-options: -funbox-strict-fields -Wall
ghc-prof-options: -prof -auto-all
extensions: CPP