no llvm ghc-option on windows os
This commit is contained in:
parent
872d28c043
commit
05b6ae863b
@ -30,7 +30,11 @@ executable hgraph
|
|||||||
DCB.DCB,
|
DCB.DCB,
|
||||||
DCB.Structures,
|
DCB.Structures,
|
||||||
DCB.IO
|
DCB.IO
|
||||||
ghc-options: -Odph -rtsopts -threaded -fno-liberate-case -funfolding-use-threshold1000 -funfolding-keeness-factor1000 -optlo-O3 -fllvm
|
if os(windows) {
|
||||||
|
ghc-options: -Odph -rtsopts -threaded -fno-liberate-case -funfolding-use-threshold1000 -funfolding-keeness-factor1000 -optlo-O3
|
||||||
|
} else {
|
||||||
|
ghc-options: -Odph -rtsopts -threaded -fno-liberate-case -funfolding-use-threshold1000 -funfolding-keeness-factor1000 -optlo-O3 -fllvm
|
||||||
|
}
|
||||||
extensions:
|
extensions:
|
||||||
BangPatterns,
|
BangPatterns,
|
||||||
DoAndIfThenElse
|
DoAndIfThenElse
|
||||||
|
Loading…
Reference in New Issue
Block a user