Skip to content

Commit

Permalink
cabal: add -rtsopts to executables (#487)
Browse files Browse the repository at this point in the history
Summary:
Makes it easier to control various options, obviously.

Pull Request resolved: #487

Reviewed By: josefs

Differential Revision: D68622981

Pulled By: simonmar

fbshipit-source-id: 37a2e4b369150fc1a96f7e9eb1899f8dbe27a143
  • Loading branch information
thoughtpolice authored and facebook-github-bot committed Jan 24, 2025
1 parent 1668edc commit c637787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glean.cabal.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ common fb-cpp
CXX_EXTRA_LIB_DIRS

common exe
ghc-options: -threaded
ghc-options: -threaded -rtsopts

flag clang
default: False
Expand Down

0 comments on commit c637787

Please sign in to comment.