mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
compile widgets without optimizations if ghc == 7.10.*
This commit is contained in:
parent
1bcf7a0354
commit
441e07ae91
@ -138,3 +138,8 @@ library
|
||||
-- ghc-7.10.* = 100
|
||||
if impl(ghc == 7.8.*)
|
||||
ghc-options: -fcontext-stack=100
|
||||
|
||||
-- compile without optimizations not to run out of memory on travis
|
||||
if impl(ghc == 7.10.*)
|
||||
ghc-options: -O0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user