[commit: packages/Win32] Mistuke-fix-build, depend-os-windows, fix-appveyor-curl-ussue, master, win32-2.5.4.1-ghc-8.2: Remove optimization flag (04ff7c0)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:28:14 UTC 2017


Repository : ssh://git@git.haskell.org/Win32

On branches: Mistuke-fix-build,depend-os-windows,fix-appveyor-curl-ussue,master,win32-2.5.4.1-ghc-8.2
Link       : http://git.haskell.org/packages/Win32.git/commitdiff/04ff7c018cc72b64dc6ca78d763d76992bad1c07

>---------------------------------------------------------------

commit 04ff7c018cc72b64dc6ca78d763d76992bad1c07
Author: Tamar Christina <tamar at zhox.com>
Date:   Sat Jan 7 21:22:25 2017 +0000

    Remove optimization flag


>---------------------------------------------------------------

04ff7c018cc72b64dc6ca78d763d76992bad1c07
 Win32.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Win32.cabal b/Win32.cabal
index d685355..97b4a2f 100644
--- a/Win32.cabal
+++ b/Win32.cabal
@@ -108,7 +108,7 @@ Library
         cbits/ellipse.c
         cbits/errors.c
         cbits/alphablend.c
-    cc-options: -O3 -Wall
+    cc-options: -Wall
 
 source-repository head
     type:     git



More information about the ghc-commits mailing list