]> git.tdb.fi Git - builder.git/blob - source/clangcxxcompiler.cpp
Include the threads flag if a static library needs it
[builder.git] / source / clangcxxcompiler.cpp
1 #include "clangcxxcompiler.h"
2
3 ClangCxxCompiler::ClangCxxCompiler(Builder &b, const Architecture &a):
4         GnuCxxCompiler(b, a)
5 {
6         set_command("clang++", true);
7 }