Skip to content

Commit

Permalink
Add context flag for Cpsa
Browse files Browse the repository at this point in the history
The a larger context flag is needed to help Cpsa build with GHC 7.
  • Loading branch information
dmpots committed Oct 19, 2010
1 parent a4cb49d commit 0ff7039
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GhcLlvm_Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ build (ConfigTune Peak) ConfigBenchDefault = do
append ConfigureFlags "-O2"
append ConfigureFlags "--ghc-option=-fllvm"

build (ConfigTuneDefault) (ConfigBench Cpsa) = do
append BuildFlags "--ghc-option=-fcontext-stack=42"

build _ _ = done

0 comments on commit 0ff7039

Please sign in to comment.