Skip to content
Snippets Groups Projects

Use system-cxx-std-lib instead of extra-libraries when available

Open Ben Gamari requested to merge wip/system-cxx-std-lib into master
1 unresolved thread

Just as it says on the tin.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
31 31 default-language: Haskell2010
32 32 cxx-sources: cbits/stub.cpp, cbits/socket.cpp, cbits/trace.cpp
33 33 cxx-options: -std=gnu++11 -pthread -O3 -g3 -DTHREADED_RTS
34 extra-libraries: stdc++
34 if impl(ghc > 9.4)
35 build-builds: system-cxx-std-lib
Please register or sign in to reply
Loading