Skip to content

Commit d6837b2

Browse files
committed
Don't use -O2, hopefully improving the Travis CI builds.
1 parent 790774b commit d6837b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenGLRaw.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ library
577577
include-dirs: include
578578
build-depends: base >= 3 && < 5
579579
default-language: Haskell2010
580-
ghc-options: -Wall -O2
580+
ghc-options: -Wall
581581
other-extensions: CPP
582582
if os(windows) && flag(UseNativeWindowsLibraries)
583583
if arch(i386)

0 commit comments

Comments
 (0)