David Mett
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by David Mett-
David Mett commented,
Usually, I need to be very specific about clang++, and which standard library to use. # Switch GCC for clang CC=clang # Switch g++ for clang++ CXXS=clang++ # Ensure stdlib is defined CXXFLAGS += $(...