You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configure.ac: use C++ compiler for linking, replaces -lstdc++
If at least one source is C++, ask the C++ compiler to link the
executable instead of manually adding `-lstdc++`. The C++ compiler
knows best which C++ standard library needs to be used. This is more
robust, and allows non-GNU standard libraries such as libc++.
0 commit comments