mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
Move -fprof-auto to ghc-prof-options
Inserting cost centers can prevent inlining, so remove it from ghc-options
This commit is contained in:
parent
60dcfbdc41
commit
f9400943a4
@ -102,7 +102,8 @@ library
|
||||
, javascript
|
||||
default-language: Haskell2010
|
||||
default-extensions: DeriveFunctor, DeriveFoldable, DeriveTraversable, DeriveGeneric, FlexibleContexts, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards, LambdaCase, StrictData
|
||||
ghc-options: -Wall -fno-warn-name-shadowing -O2 -fprof-auto -j
|
||||
ghc-options: -Wall -fno-warn-name-shadowing -O2 -j
|
||||
ghc-prof-options: -fprof-auto
|
||||
|
||||
executable semantic-diff
|
||||
hs-source-dirs: app
|
||||
|
Loading…
Reference in New Issue
Block a user