Use system-cxx-std-lib instead of extra-libraries when available
1 unresolved thread
1 unresolved thread
Just as it says on the tin.
Merge request reports
Activity
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