Skip to content

Commit

Permalink
Include profiling flags in stack opt (fixes #2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Apr 11, 2016
1 parent 10e0703 commit 2f59325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Stack/Build/ConstructPlan.hs
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,8 @@ describeConfigDiff config old new
, "--haddockdir="
, "--enable-tests"
, "--enable-benchmarks"
, "--enable-library-profiling"
, "--enable-executable-profiling"
] || elem t
[ "--user"
]
Expand Down

0 comments on commit 2f59325

Please sign in to comment.